Fast Switch

AgkelosAgkelos 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-->

Comments

  • ThansalThansal The New Scum Join Date: 2002-08-22 Member: 1215Members, Constellation
    hud_fastswitch 1

    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
  • ZiGGYZiGGY Join Date: 2003-01-19 Member: 12479Members
    strange it works for me :/
  • FireStormFireStorm Join Date: 2002-11-06 Member: 7390Members
    If u want to change your weapons with the mousewheel without clicking I have a script
  • AgkelosAgkelos Join Date: 2003-02-07 Member: 13243Members
    firestorm i would appreciate if j00 shared that script <!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo-->
  • TsungfaiTsungfai Join Date: 2002-12-23 Member: 11454Members
    edited February 2003
    Fast switch only works if you use the numbers on the top of the key board. It doesn't work for the mouse wheel.
  • ThansalThansal The New Scum Join Date: 2002-08-22 Member: 1215Members, Constellation
    basicaly make an alias for the mwheel that either bind "up" to the next weapon slot and then once use rebinds it

    or simply have it as "nextinv; +fire; -fire"(don't know if this works b/c I am rusty on my scripting)
  • Malicious_DubMalicious_Dub Join Date: 2002-12-21 Member: 11279Members, Constellation
    The thing I did with the fastswitch was assign slot 1 to q and then assign slot 2 to mwheel up and slot 3 mwheel down, put slot 4 wherever the hell you want cuz as of right now you wont use that much unless you run in to really bad marines.
  • FireStormFireStorm Join Date: 2002-11-06 Member: 7390Members
    <!--QuoteBegin--Agkelos+Feb 13 2003, 10:34 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Agkelos @ Feb 13 2003, 10:34 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> firestorm i would appreciate if j00 shared that script <!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->


    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
Sign In or Register to comment.