Saving player position OnGameModeExit?
#4

pawn Код:
OnGameModeExit()
{
    for(new p = 0; p < MAX_PLAYERS; p ++)
    {
        if(IsPlayerConnected(p)
        {
            //You're save things here (remember to use p instead of playerid
        }
    }
    return true;
}
Reply


Messages In This Thread
Saving player position OnGameModeExit? - by austin070 - 06.03.2011, 01:17
Re: Saving player position OnGameModeExit? - by Lorrden - 06.03.2011, 01:45
Re: Saving player position OnGameModeExit? - by austin070 - 06.03.2011, 01:49
Re: Saving player position OnGameModeExit? - by Lorrden - 06.03.2011, 01:54
Re: Saving player position OnGameModeExit? - by austin070 - 06.03.2011, 02:06
Re: Saving player position OnGameModeExit? - by Lorrden - 06.03.2011, 02:23
Re: Saving player position OnGameModeExit? - by austin070 - 06.03.2011, 02:28
Re: Saving player position OnGameModeExit? - by Antonio [G-RP] - 06.03.2011, 04:10
Re: Saving player position OnGameModeExit? - by 1337connor - 06.03.2011, 05:21

Forum Jump:


Users browsing this thread: 1 Guest(s)