Quote:
Originally Posted by [HiC
TheKiller [Stuntp.com] ]
Quote:
Originally Posted by ScottCFR
Check under OnPlayerUpdate for their velocity. Then if their LicenceRunning[playerid] == 1 and it goes under a velocity or over it sets LicenceRinning to 0 and you add the rest of your code
|
I wouldn't recommend doing it on OnPlayerUpdate, it adds too much to the server load. Make a timer going every 1000 ms.
Quote:
Originally Posted by IamNotKoolllll
Quote:
Originally Posted by [HiC
TheKiller [Stuntp.com] ]
Do checks using GetVehicleVelocity or find the function GetVehicleSpeed.
|
i have to say this ur not to helpful so far
|
Your post wasn't helpful either.
|
on player update isnt that bad