Mousewheel Binds
ShadowSlay
Join Date: 2003-09-19 Member: 21009Members
ok i have previous weapon set to MWheelUp and next weapon set to MWheelDown. now when i move my mouse down it switches to the weapon without showing the icons(switches the seconds i go down) BUT when i move the wheel up it shows the icons and i have to click on one to get the weapon. is there anyway i can get it to just switch to the weapon when i go up? yes i have fastswitch enabled.
Comments
<!--c1--></div><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" "invnext"
bind "MWHEELUP" "invprev"<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
bind mwheeldown "invnext;wait;+attack;wait;-attack"
This will cause you to instantly switch instead of having to press your attack key first.