Fast Switch
Agkelos
Join Date: 2003-02-07 Member: 13243Members
hey.. i play normally.. just here to ask a really quick question
how do i put on fast switch.. i put it on but it doesnt seem to work.. i clicked on it multiplayer > customize > advanced options.. and checked on fastswitch .. yet it doesnt work... <!--emo&:0--><img src='http://www.unknownworlds.com/forums/html/emoticons/wow.gif' border='0' style='vertical-align:middle' alt='wow.gif'><!--endemo-->
how do i put on fast switch.. i put it on but it doesnt seem to work.. i clicked on it multiplayer > customize > advanced options.. and checked on fastswitch .. yet it doesnt work... <!--emo&:0--><img src='http://www.unknownworlds.com/forums/html/emoticons/wow.gif' border='0' style='vertical-align:middle' alt='wow.gif'><!--endemo-->
Comments
all it does is make it so that when you press 1 your primary wep (wep slot one) will pop up with out having to press fire
or simply have it as "nextinv; +fire; -fire"(don't know if this works b/c I am rusty on my scripting)
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
it's better than the invnext; +attack; -attack method