mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 06:01:25 +00:00
add title before position argument in player class
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user