i was wondering how to make "q" swicht between my primary and secondary weapons.
Edit: stop posting scripts none of them work it might have something to do with my other scripts
Edit: stop posting scripts none of them work it might have something to do with my other scripts
did you think about what you would want to switch to if you have your melee weapon out?
bind q q2
alias q1 "slot1;alias q2 q3"
alias q3 "slot2;alias q2 q1"
alias q2 q1
alias q1 "slot1;alias q2 q3"
alias q3 "slot2;alias q2 q1"
alias q2 q1
viledid you think about what you would want to switch to if you have your melee weapon out?
yea primary BTW bind q "slot1;slot2" does not work for me
grillzyou mean instead of just going to last weapon?
yes
Berethbind q q2
alias q1 "slot1;alias q2 q3"
alias q3 "slot2;alias q2 q1"
alias q2 q1
doesn't work for me :(
alias q1 "slot1;alias q2 q3"
alias q3 "slot2;alias q2 q1"
alias q2 q1[/quote]
doesn't work for me :(
try this, it's the same idea as that but i just tried rewriting it.
alias prime "slot1;slot1; alias quickswap second" //double up on slot1 because of annoying menus that block it
alias second "slot2;slot2; alias quickswap prime"
alias quickswap prime
bind q quickswap
alias prime "slot1;slot1; alias quickswap second" //double up on slot1 because of annoying menus that block it
alias second "slot2;slot2; alias quickswap prime"
alias quickswap prime
bind q quickswap
wareyatry this, it's the same idea as that but i just tried rewriting it.
alias prime "slot1;slot1; alias quickswap second" //double up on slot1 because of annoying menus that block it
alias second "slot2;slot2; alias quickswap prime"
alias quickswap prime
bind q quickswap
sorry still doesnt work it must be my other scripts
alias prime "slot1;slot1; alias quickswap second" //double up on slot1 because of annoying menus that block it
alias second "slot2;slot2; alias quickswap prime"
alias quickswap prime
bind q quickswap[/quote]
sorry still doesnt work it must be my other scripts
this works 100%. i just wrote it and tried it out. i think i'm actually going to start using this too. Q will always go to your primary. if you are already on your primary, hitting Q will take out your secondary.
bind q sec
bind 2 "slot2; sec2"
bind 3 "slot3; sec2"
alias pri "slot1; pri2"
alias pri2 "bind q sec"
alias sec "slot2; sec2"
alias sec2 "bind q pri"
pri
and of course, Q will be your new slot1. i recommend changing your slot2 and slot3. i would use this.
bind q sec"
bind e "slot2; sec2"
bind f "slot3; sec2"
alias pri "slot1; pri2"
alias pri2 "bind q sec"
alias sec "slot2; sec2"
alias sec2 "bind q pri"
pri
MUCH easier on your fingers. you dont have to move so far. i also have my medic call on one of my side mouse buttons.
also, remember that this script will mess up if you go spy or engi because of the slot 4 and 5 weapons automatically changing when you select something from their menus. i dont play spy or engi but those shouldn't be too hard to figure out.
[quote]
bind q sec
bind 2 "slot2; sec2"
bind 3 "slot3; sec2"
alias pri "slot1; pri2"
alias pri2 "bind q sec"
alias sec "slot2; sec2"
alias sec2 "bind q pri"
pri
[/quote]
and of course, Q will be your new slot1. i recommend changing your slot2 and slot3. i would use this.
[quote][b]bind q sec"
bind e "slot2; sec2"
bind f "slot3; sec2"
alias pri "slot1; pri2"
alias pri2 "bind q sec"
alias sec "slot2; sec2"
alias sec2 "bind q pri"
pri[/b]
[/quote]
MUCH easier on your fingers. you dont have to move so far. i also have my medic call on one of my side mouse buttons.
also, remember that this script will mess up if you go spy or engi because of the slot 4 and 5 weapons automatically changing when you select something from their menus. i dont play spy or engi but those shouldn't be too hard to figure out.