Files
Elite-Gaming-FiveM/resources/Light-Pattern/functions.lua
T
KingMcDonalds 238a6ba93b remove old sasp vehicles and new
vehicles and install new scripts
2024-11-14 17:08:32 -08:00

11 lines
278 B
Lua

function alert(msg)
SetTextComponentFormat("STRING")
AddTextComponentString(msg)
DisplayHelpTextFromStringLabel(0, 0, 1, -1)
end
function notify(string)
SetNotificationTextEntry("STRING")
AddTextComponentString(string)
DrawNotification(true, false)
end