notification function

This commit is contained in:
Benzo
2022-04-26 17:31:14 +02:00
committed by GitHub
parent de76329b4d
commit 8aceb0493d
+2 -4
View File
@@ -77,10 +77,8 @@ function ESX.SetPlayerData(key, val)
end
end
function ESX.ShowNotification(msg)
BeginTextCommandThefeedPost('STRING')
AddTextComponentSubstringPlayerName(msg)
EndTextCommandThefeedPostTicker(0,1)
function ESX.ShowNotification(message, type, length)
exports["esx_notify"]:Notify(type, length, message)
end
function ESX.ShowAdvancedNotification(sender, subject, msg, textureDict, iconType, flash, saveToBrief, hudColorIndex)