settimer help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: settimer help (
/showthread.php?tid=398331)
settimer help -
cluckintucker - 09.12.2012
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
Код:
public OnPlayerEnterCheckPoint
{
DisablePlayerCheckpoint(playerid);
// the timer thingy
AttachObjectToVehicle(myobject,x,y,z);
return 1;
}
If you could do this i would rep you thanks so much if you can.