mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
Merge pull request #744 from heyheyitsmeman/patch-1
Fix showNotification.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user