Jump to content

fast switch


Recommended Posts

Member
(edited)

for some reason i cannot get this stupid thing to work

in my config i have:

 

hud_fastswitch "1"

_cl_autowepswitch "1" (i actually dont know what this does, but it looked pertinent)

 

bind "MWHEELDOWN" "invnext"

bind "MWHEELUP" "invprev"

 

now why wouldnt this let me flip back and forth bw weapons (with my mouse scroll)

without having to scroll to it and then press fire?

Edited by lazarus
Link to comment
Share on other sites

Yeah Laz, the hud_fastswitch 1 only works for the numberpad. When I get home (on the 28th), I can post up the script that FFJones (from G00P) posted that makes fastswitch work with your mouse wheel. I'll look around a little on the internet too.

 

BTW, the autowepswitch is the setting that automatically switches you to the weapon you just picked up if it is better.

Link to comment
Share on other sites

just make mouse 3 as last weapon in options. so u can scroll to ur primary/nade or primary/pistol or w/e. but lemme warn you. it may get you killed alot cause i do it way too much :P

Link to comment
Share on other sites

i found it after some searching on the web, dweez.

thx tho

 

anyone who wants the alias and bind here it is:

 

alias fastweapup "invnext; +attack; wait; -attack"

alias fastweapdn "invprev; +attack; wait; -attack"

 

bind "MWHEELDOWN" "fastweapup"

bind "MWHEELUP" "fastweapdn"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...