It needs an ingame teamchange feature!

Joined
Oct 27, 2004
Messages
1,189
Reaction score
10
I'm tired of having to go to the console just to do it. It also needs to save the settings for your Combine or rebel model instead of always changing it. Most people don't seem to know the command and with the Server automatically picking teams it makes the game unbalanced.
 
Code:
//team switch
alias team1 "cl_playermodel models/humans/Group03/Male_07.mdl; bind m team2"
alias team2 "cl_playermodel models/combine_soldier.mdl; bind m team1"
bind m "team1"
Put that in your autoexec, then press M to switch teams :p
 
diluted said:
Code:
//team switch
alias team1 "cl_playermodel models/humans/Group03/Male_07.mdl; bind m team2"
alias team2 "cl_playermodel models/combine_soldier.mdl; bind m team1"
bind m "team1"
Put that in your autoexec, then press M to switch teams :p

Thank you kind being! A thousand praises for you.

Now I'm on the track on how to switch my decoy sprays.
 
But! There should absolutely have been a "Choose Team" feature when you connect to a TDM server. This teamswitching stuff is getting more annoying each time for official matches and pcw :(
 
netrex said:
But! There should absolutely have been a "Choose Team" feature when you connect to a TDM server. This teamswitching stuff is getting more annoying each time for official matches and pcw :(
Yeah, you guys have to choose when to join teams unless you want to start with -1.
 
Back
Top