Switching Weapons
Abuser
Join Date: 2003-04-11 Member: 15411Members
<div class="IPBDescription">Weird stuff when I change wpns...</div> Looking through my config.cfg file, I noticed that my previous weapon button is bound to "impulse 1" which instantly changes weapons. My next weapon button is bound to "nextinv" which means I have to hit the change button, then click the mouse to change weapons. Is there any way to make them both instantaneous? I've tried hud_fastswitch 1 but that only works for the number buttons ie 1, 2, 3...
Comments
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->//---- Quick Weapon Scroll ----
alias mwu "invprev; +attack; wait; -attack"
alias mwd "invnext; +attack; wait; -attack"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->bind "MWHEELDOWN" "mwd"
bind "MWHEELUP" "mwu"<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
Just change the mwheel binds to whatever you want.
PS: bind "key" "lastinv" will work...check for typos.
ps tried your script and it worked fine... thanks!
See the Auto reload thread...