Auto Weapon Switch
pinkoboe
Join Date: 2003-02-08 Member: 13264Members
Lo all :]
Can anyone tell me how I configure my NS config so that when I scroll through my weapons, it switches to them automatically without needing me to hit fire? I was under the impression hud_fastswitch "1" was the command but this doesn't seem to work.
Any suggestions would be welcome :]
pinkoboe.
Can anyone tell me how I configure my NS config so that when I scroll through my weapons, it switches to them automatically without needing me to hit fire? I was under the impression hud_fastswitch "1" was the command but this doesn't seem to work.
Any suggestions would be welcome :]
pinkoboe.
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-->
hud_fastswitch 1
developer 1
bind mwheelup ap
bind mwheeldown an
alias an a2
alias ap a4
alias a1 "alias an a2; alias ap a4; slot1; echo Weapon 1"
alias a2 "alias an a3; alias ap a1; slot2; echo Weapon 2"
alias a3 "alias an a4; alias ap a2; slot3; echo Weapon 3"
alias a4 "alias an a1; alias ap a3; slot4; echo Weapon 4"
bind 1 a1
bind 2 a2
bind 3 a3
bind 4 a4
<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
<!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
The effect of hud_fastswitch "1" is to change the weapons without pressing fire when you are changing weapons using the numbers : 1 , 2 , 3 ... .
It does always work but it doesn't apply to the mouse wheel . <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
pinkoboe.