02.04.2013, 18:29
be sure to save the userdata also on OnGameModeExit
Here:
Here:
Код:
public OnGameModeExit() { for(new i = 0; i < MAX_PLAYERS; i ++) { SavePlayer(i); // or whatever your save function is called } }