add title before position argument in player class

This commit is contained in:
alexistb2904
2025-08-09 17:48:51 +00:00
parent 056b3393c5
commit 02ecc1e822
+3 -2
View File
@@ -790,10 +790,11 @@ function CreateExtendedPlayer(playerId, identifier, group, accounts, inventory,
---@param msg string
---@param notifyType string
---@param length number
---@param title string
---@param position string
---@return nil
function self.showNotification(msg, notifyType, length, position)
self.triggerEvent("esx:showNotification", msg, notifyType, length, position)
function self.showNotification(msg, notifyType, length, title, position)
self.triggerEvent("esx:showNotification", msg, notifyType, length, title, position)
end
---@param sender string