mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
fixes
This commit is contained in:
@@ -79,7 +79,7 @@ end
|
||||
|
||||
function ESX.ShowNotification(message, type, length)
|
||||
if Config.NativeNotify then
|
||||
BeginTextCommandThefeedPost('STRING')
|
||||
BeginTextCommandThefeedPost('STRING')
|
||||
AddTextComponentSubstringPlayerName(msg)
|
||||
EndTextCommandThefeedPostTicker(0,1)
|
||||
else
|
||||
@@ -87,6 +87,7 @@ function ESX.ShowNotification(message, type, length)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
function ESX.ShowAdvancedNotification(sender, subject, msg, textureDict, iconType, flash, saveToBrief, hudColorIndex)
|
||||
if saveToBrief == nil then saveToBrief = true end
|
||||
AddTextEntry('esxAdvancedNotification', msg)
|
||||
|
||||
Reference in New Issue
Block a user