diff --git a/[esx]/es_extended/client/functions.lua b/[esx]/es_extended/client/functions.lua index 707dcd50..c977da40 100644 --- a/[esx]/es_extended/client/functions.lua +++ b/[esx]/es_extended/client/functions.lua @@ -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)