09.12.2012, 02:57
hello guys i need help with SetTimer. I want it so if someone /attatchobjecttovehicle it takes 5 seconds to attachtheobject onto the vehicle and it flashes 5 seconds. 4 seconds. 3 seconds. 2 seconds. 1 second. object loaded
so like this is how i want it so on
If you could do this i would rep you thanks so much if you can.
so like this is how i want it so on
Код:
public OnPlayerEnterCheckPoint { DisablePlayerCheckpoint(playerid); // the timer thingy AttachObjectToVehicle(myobject,x,y,z); return 1; }