14.10.2010, 23:15
No such function, here's a code I made however:
pawn Код:
for(new i; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
DisablePlayerCheckpoint(i);
}
}

