This commit is contained in:
Benzo
2022-04-26 17:35:26 +02:00
committed by GitHub
parent fa43d3c59d
commit a643c70dcf
+2 -1
View File
@@ -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)