public OnGameModeExit(){ for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { SalvarPlayer(i); } } DOF2_Exit(); return 1;}