Quote:
Originally Posted by joeblow
Yeah,
just any time I press the number pad '0' key, it should announce with
text that I have red or blue disguises loaded. What is the echo lines
and where do they go in the autoexec.cfg file? Right after the bind
line for the button?
alias [redaliasname] "[command for red team?];bind kp_0 [bluealiasname];echo red Now using red team"
alias [bluealiasname] "[command for blue team?];bind kp_0 [redaliasname];echo blue Now using blue team"
replace [bluealiasname] with whatever alias you want with for the blue
team, and red for the red team. replace [command for * team?] with
whatever the command is to switch your disguise to that team... I don't
know it.
Basically that will use kp_0 to switch between team colors, and it'll give you a "Now using * team" message in your chat window.
I'm not sure if "echo [color]" works, exactly. If it does, it'll make
the text the same color as the team. If not, you can remove the word
red or blue right after echo and it'll all show up the same color, but
it'll still have the words to tell you the difference.
I made that way overcomplicated, sorry.