SA-MP Forums Archive
destroy checkpoint - 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: destroy checkpoint (/showthread.php?tid=103409)



destroy checkpoint - ForceFive - 19.10.2009

how can i disable a chckpoint but for all players not only one? thanks


Re: destroy checkpoint - Correlli - 19.10.2009

https://sampwiki.blast.hk/wiki/DisablePlayerCheckpoint

Make a loop for all players:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++) DisablePlayerCheckpoint(i);