27.07.2015, 00:02
ja estou usando
PHP код:
public OnGameModeExit()
{
for(new i = 0; i < MAX_PLAYERS; i++) SalvarPlayer(i);
DOF2_Exit();
return 1;
}

