public OnGameModeExit(){ static i; do { if(IsPlayerConnected(i)) SalvarConta(i); } while(i < MAX_PLAYERS); return 1;}