Hey there..
I'm trying to change the "team_marinesopfor" menu file so that players can only join allies.
Because the weapons are forced its useless that players can choose the class.
For some reason its seems impossible to disable it.
The menu calls
Code:
scriptMenuResponse "allies";
_menus.gsc:

Code:
case "allies":
	self [[level.allies]]();
	break;
Where is the part that opens the choose class menu?

Sorry for my bad english! :x