OnGameModeExit saving player's stats
#4

if you want to restart server then do
pawn Код:
CMD:gmx(playerid,params[])
{
          #pragma unused params
          if(!IsPlayerAdmin(playerid))return 0;
          for(new i=0;i<MAX_PLAYERS;i++)
          {
                    Kick(i); // change it if want
          }
}
you can put replace Kick the saving function, like you have SavePlayer(playerid)
Reply


Messages In This Thread
OnGameModeExit saving player's stats - by PaulDinam - 11.03.2013, 11:50
Re: OnGameModeExit saving player's stats - by JaKe Elite - 11.03.2013, 11:51
Re: OnGameModeExit saving player's stats - by InfiniTy. - 11.03.2013, 11:51
Re: OnGameModeExit saving player's stats - by mineralo - 11.03.2013, 11:55
Re: OnGameModeExit saving player's stats - by PaulDinam - 11.03.2013, 11:58

Forum Jump:


Users browsing this thread: 1 Guest(s)