Waiting in check point - 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: Waiting in check point (
/showthread.php?tid=322547)
Waiting in check point -
MTCool - 02.03.2012
I made a trucking script, and I want the player to wait 20 seconds in check point to unload, before he sees the next check point.
How do I do that?
Thanks.
Re: Waiting in check point -
Mike_Peterson - 02.03.2012
Set a timer once the player enters the checkpoint.
Needed: SetTimerEx, OnPlayerEnterCheckpoint(playerid), SetPlayerCheckpoint
Re: Waiting in check point -
MTCool - 02.03.2012
Thanks.