29.10.2009, 06:08
I know Command DisablePlayerCheckpoint, but then it disable checkpoint only for one player, what is cmd to disable for all players?
for(new i=0;i<MAX_PLAYERS;i++)
{
if(IsPlayerConnected(i)) DisablePlayerCheckPoint(i);
}
foreach(Player,i)
{
DisablePlayerCheckPoint(i);
}