View Single Post
Re: Immune to Flashes?
Old
  (#6)
Hardwood
Guest
 
Status:
Posts: n/a
Default Re: Immune to Flashes? - 18-04-2004

Peirre hit the nail on the head there. These bots are all ears. Add these lines to your userconfig.cfg and the bind to your config.cfg replacing the walk/run/toggle bound key. I use q myself. The // makes it a comment so don't include that.


alias "walktoggle" "walk"
alias run "-speed; bind mouse1 +attack; alias walktoggle walk; speak run; "
alias walk "+speed; bind mouse1 +wakeup; alias walktoggle run; speak walk"
alias +wakeup "+attack; -speed"
alias -wakeup "-attack; bind mouse1 +attack; alias walktoggle walk"

//bind "q" "walktoggle"

When you fire your weapon the walk is released and you'll be running again.

Last edited by Hardwood; 18-04-2004 at 18:15..
  
Reply With Quote