How to make DisablePlayerCheckpoint work on ALL players - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How to make DisablePlayerCheckpoint work on ALL players (
/showthread.php?tid=85719)
How to make DisablePlayerCheckpoint work on ALL players -
Klutty - 09.07.2009
Title says it all, I've tried with DisablePlayerCheckpoint(-1);
Not working :S
Re: How to make DisablePlayerCheckpoint work on ALL players -
refshal - 09.07.2009
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
DisablePlayerCheckpoint(i);
Re: How to make DisablePlayerCheckpoint work on ALL players -
Klutty - 09.07.2009
Thanks x1000 !