23.03.2013, 21:38
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;
}