Quote:
Originally Posted by pds2k12
I found it, you used repeat (Continues) instead of defer (Once)
pawn Код:
VU[GetPlayerVehicleID(playerid)] = defer VehiclesU(GetPlayerVehicleID(playerid), playerid);
|
No that's not the problem. Defer just makes the function of the timer do only once after 500 ms. What I want is it to run what's inside it every 500 ms and then stop when the guy exits the car. So it has to be repeat, from what ****** said on the topic about the timers. I've just tried defer and did what I said above.
Thanks though.