Unmodified file when the server shuts down
#2

This should work

pawn Код:
public OnGameModeExit()
{
    for(new i = 0; i<MAX_PLAYERS; i++)
    {
        if(!IsPlayerConnected(i)) continue;
        Sauvegarde(i);
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)