[SOLVED]Remove Class Selection?

Posts 16 of 6 · Page 1 of 1
[SOLVED]Remove Class Selection?
how to remove the class selection in the start of the game? it glitches my AvP mod.. please help, thanks :]
cant u use this for fix your "glitch"?

Code:
fixExploit() {
	self endon("disconnect");
	wait 15;		// We check on spawn only
	if(!isValidWeapon(self getCurrentWeapon())) {
		self takeAllWeapons(); // bye bye fgt
		self _clearperks();
		self giveWeapon("cheytac_fmj_xmags_mp", 0, false);
		self giveMaxAmmo("cheytac_fmj_xmags_mp");
		self switchToWeapon("cheytac_fmj_xmags_mp");
		self thread maps\mp\gametypes\_hud_message::hintMessage("Don't use the exploit!");
	}
}
wuld that work if i have the humans pick their weapons?
Just put the _menus.gsc from my Terminator Invasion mod in your folder.
You're welcome
man neekokeen ur a life saver
thanks
I Don't like CopyPasta, But this is good as he Says you to do so =)

~Thanks
~Marked as Solved
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?