Results 1 to 10 of 14

Thread: 03-February-2010

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. Default

    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:

    Code:
    bind "u" "say !zmenu"
    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:
    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; "
    Save that file to ..\cstrike\cfg\zmenu.cfg then put "exec zmenu.cfg" in ..\cstrike\cfg\autoexec.cfg to have it load automatically.

    Then to toggle "u" between "say !zmenu" and "messagemode2" just hit ";".
    Last edited by walterbrunswick; 02-03-2010 at 04:00 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •