MR_SLINSam0htdisengageI have q switch between slot 1 and 2. And to switch to my melee I either use scroll wheel or 3. Its how Ive been playing for years so I stick with itHow do you bind q to slot 1+2 every time i try it does not work
Here's how I do it:
alias "weaponone" "slot1;MW1"
alias "weapontwo" "slot2;MW2"
bind 1 weaponone
bind 2 weapontwo
bind 3 slot3
bind 4 slot4
bind 5 slot5
bind q lastinv
alias Q1 "weapontwo"
alias Q2 "weaponone"
alias MW1 "bind q Q1"
alias MW2 "bind q Q2"
weaponone
YawnyMR_SLINSam0htdisengageI have q switch between slot 1 and 2. And to switch to my melee I either use scroll wheel or 3. Its how Ive been playing for years so I stick with itHow do you bind q to slot 1+2 every time i try it does not work
Here's how I do it:
alias "weaponone" "slot1;MW1"
alias "weapontwo" "slot2;MW2"
bind 1 weaponone
bind 2 weapontwo
bind 3 slot3
bind 4 slot4
bind 5 slot5
bind q lastinv
alias Q1 "weapontwo"
alias Q2 "weaponone"
alias MW1 "bind q Q1"
alias MW2 "bind q Q2"
weaponone
I just use bind "q" "slot2;slot1"
Thanks so much guys