Saving after GMX and Crash
#7

with GMX OnGameModeExit is called so do..

pawn Код:
public OnGameModeExit()
{
    for(new i=0;i<MAX_PLAYERS; i++)
    {
        if(i != INVALID_PLAYER_ID)
        {
              //your code here for save the player stats(use i as playerid)
        }
    }
    return 1;
}
Reply


Messages In This Thread
Saving after GMX and Crash - by Ihsan-Cingisiz - 28.03.2011, 21:10
Re: Saving after GMX and Crash - by Ihsan-Cingisiz - 28.03.2011, 21:16
Re: Saving after GMX and Crash - by Tee - 28.03.2011, 22:11
Re: Saving after GMX and Crash - by Ihsan-Cingisiz - 29.03.2011, 12:40
Re: Saving after GMX and Crash - by iggy1 - 29.03.2011, 12:48
Re: Saving after GMX and Crash - by Ihsan-Cingisiz - 29.03.2011, 19:41
Re : Saving after GMX and Crash - by timaoux - 17.10.2011, 03:12
Re: Saving after GMX and Crash - by Buzzbomb - 17.10.2011, 04:50

Forum Jump:


Users browsing this thread: 2 Guest(s)