ShowHelpNotification
Fonctions d'affichage d'une notifications d'aide tout comme dans GTA:0nline !
Explicatif :
exports["ez-libs"]:ShowHelpNotification(message, thisFrame, beeper, displayTime)
Utilisation simple :
Via un exports :
exports["ez-libs"]:ShowHelpNotification("Message", true, true, 5)
Utilisation dans une boucle :
Via un exports :
Citizen.CreateThread(function()
while true do
local timer = 800
if dist3 <= 10.0 then
timer = 0
exports["ez-libs"]:ShowHelpNotification("Message", true, false, -1)
end
Wait(timer)
end
end)

Dernière mise à jour