Update player.lua

This commit is contained in:
heyheyitsmeman
2020-05-15 17:02:35 +03:00
committed by GitHub
parent 36ce404235
commit eab23417a5
+2 -2
View File
@@ -490,8 +490,8 @@ function CreateExtendedPlayer(playerId, identifier, group, accounts, inventory,
return
end
self.showNotification = function(msg, flash, saveToBrief, hudColorIndex)
self.triggerEvent('esx:showNotification', msg, flash, saveToBrief, hudColorIndex)
self.showNotification = function(msg)
self.triggerEvent('esx:showNotification', msg)
end
self.showHelpNotification = function(msg, thisFrame, beep, duration)