I just want to try another tool than remoteCP. This tool is also awesome but is still maintained (rcp not :/).
But the numbers for each GameMode changed from TMF to MP.
On TMF is Stunt in AdminServ Cup

So: 0 = Rounds, 1 = TimeAttack, 2 = Team, 3 = Laps, 4 = Stunt, 5 = Cup is correct

BTW correct part in extension.cfg.php:
Code: Select all
// Game modes list
public static $GAMEMODES = array(
0 => 'Rounds',
1 => 'TimeAttack',
2 => 'Team',
3 => 'Laps',
4 => 'Stunts',
5 => 'Cup'
);