mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-02 11:18:53 +00:00
Added optional notification background color arugment
Co-Authored-By: WolfShy1 <wolfshy1@users.noreply.github.com>
This commit is contained in:
@@ -531,8 +531,8 @@ function CreateExtendedPlayer(player, accounts, inventory, job, loadout, name, c
|
||||
return
|
||||
end
|
||||
|
||||
self.showNotification = function(msg, flash, saveToBrief)
|
||||
self.triggerEvent('esx:showNotification', msg, flash, saveToBrief)
|
||||
self.showNotification = function(msg, flash, saveToBrief, hudColorIndex)
|
||||
self.triggerEvent('esx:showNotification', msg, flash, saveToBrief, hudColorIndex)
|
||||
end
|
||||
|
||||
self.showHelpNotification = function(msg, thisFrame, beep, duration)
|
||||
|
||||
Reference in New Issue
Block a user