Checkpoint for all players
#2

pawn Код:
SetCheckpointForAll(...)
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i)) SetPlayerCheckpoint(...);
    }
}
put the parameters instead of ...
Reply


Messages In This Thread
Checkpoint for all players - by arjanforgames - 05.07.2013, 13:52
Re: Checkpoint for all players - by Sasino97 - 05.07.2013, 13:56
Re: Checkpoint for all players - by Guest123 - 05.07.2013, 14:00
Re: Checkpoint for all players - by arjanforgames - 05.07.2013, 14:34
Re: Checkpoint for all players - by Sasino97 - 05.07.2013, 14:58
Re: Checkpoint for all players - by (ETR)Geto244 - 05.07.2013, 15:02
Re: Checkpoint for all players - by arjanforgames - 05.07.2013, 15:12

Forum Jump:


Users browsing this thread: 2 Guest(s)