Sure thing. It's not personal at all. It would just make my "job" easier if you followed instructions.
Takes me 2 seconds to glance over the chat console. I also spew messages on the left-hand side of the screen -- you can't miss it.
It's like checking your rear view mirror when driving -- it's painless, takes a second, and can save your life.
_____
To make changing classes easier, just bind a key to "!zmenu". I have "u" bound:
You can also create a toggle key. For instance, if you normally have "u" bound to "messagemode2" and only want to use it on Zombie Mod to output "!zmenu," you could do:Code:bind "u" "say !zmenu"
Save that file to ..\cstrike\cfg\zmenu.cfg then put "exec zmenu.cfg" in ..\cstrike\cfg\autoexec.cfg to have it load automatically.Code:alias zmenu enable_zmenu alias enable_zmenu "bind u say !zmenu; alias zmenu disable_zmenu; " alias disable_zmenu "bind u messagemode2; alias zmenu enable_zmenu; " bind ";" "zmenu; "
Then to toggle "u" between "say !zmenu" and "messagemode2" just hit ";".




Register To Reply