[MySQL] after crash no saving
#1

hello, when server crashes unecspectly all server players who is in server at the moment has no save and they all get 0 everything,

pawn Код:
public OnGameModeExit()
{
    for(new i=0; i < MAX_PLAYERS; i++)
    {
        MySQL_Save(i);
    }
    mysql_close( );
        return 1;
}
Reply


Messages In This Thread
[MySQL] after crash no saving - by ancezas - 23.03.2013, 21:38
Re: [MySQL] after crash no saving - by Scenario - 23.03.2013, 21:43
Re: [MySQL] after crash no saving - by ancezas - 23.03.2013, 21:54
Re: [MySQL] after crash no saving - by Scenario - 23.03.2013, 22:00
Re: [MySQL] after crash no saving - by ancezas - 24.03.2013, 08:12

Forum Jump:


Users browsing this thread: 1 Guest(s)