diff --git a/[core]/es_extended/server/classes/player.lua b/[core]/es_extended/server/classes/player.lua index 4a94d6d8..0a22d3f1 100644 --- a/[core]/es_extended/server/classes/player.lua +++ b/[core]/es_extended/server/classes/player.lua @@ -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