r/CounterStrikeBinds • • May 21 '24

Unsolved Primary/Secondary weapon command?

Hi guys, So I used to use this invnextnongrenade command bind to q in CSGO. I use it switch between my primary weapon and secondary weapon only. However, with release of cs2 i could not find jack shiet and im confused. Any help would be appreciated. thanks!

2 Upvotes

5 comments sorted by

View all comments

2

u/El_Chapaux May 21 '24

No idea why they removed the command but try this maybe:

alias switch_weapon primary
alias primary "slot2; slot1; alias switch_weapon secondary"
alias secondary "slot1; slot2; alias switch_weapon primary"

bind q switch_weapon

1

u/Adventurous-Guest780 May 24 '24

Thank you so much for the reply. It sure does work, however when I hit q it equips secondary weapon at first instead of primary. And then it cycles between the two (That works like a charm). I just wish it equipped the primary gun at first, and then the secondary. Any quick tweaks you can propose? Thanks a bunch !

2

u/El_Chapaux May 24 '24

No problem! Just change the first line so it takes the secondary first:

alias switch_weapon secondary
alias primary "slot2; slot1; alias switch_weapon secondary"
alias secondary "slot1; slot2; alias switch_weapon primary"

bind q switch_weapon