Quickswitch

Joelius

New Member
I've seen a lot of people on our server who appear to have a quickswitch between weapons.

I was just wondering if that is considered h4x on our server or anywhere else (as in getting banned from all servers for 6 months by valve). Personally I dont use quickswitch but id like to if its legal.

tell me what u think
smile.gif
 
n3g.

The only thing we are doing is pressing the "last weapon used" button. It is perfectly legal by all leagues. It's not even a script or anything. Just go into your config and find the option that says "last weapon used" or "previous weapon" and set it to a key.
 
he might be talking about scripts that switch when your awping from awp to sidearm back to awp
rock.gif
 
Im not talking about last weapon used... Some friends of mine have their comps set up so that the scroll wheel scrolls through the weapons, but u dont have to click on the weapon u want, one move of the scroll instantly changes the weapon.

This is the kind of thing im talking about
 
ah. nope its not illegal either. I forgot what it is. I know I can press 1 or 2 and it switches my weapons without showing the screen at the top. I'm pretty sure its the same thing you are talking about. i can set it to where it doesn't switch like that and instead shows the weapon at the top and you have to click it, or I can set it like it is. If this is what you are talking about, then nope, not illegal.
 
Misc, that code your lookin for in console is~~~!


huds_fastswitch ?

?=0 to turn on | 1 to turn off


biggrin.gif
and the quick weapon buy isn't considered leagal. If you'd like one heres the link (i saved it when it was posted here)

rizzuh's scripting site

I find it very helpful. I use my numpads to buy. so heres example

1=usp
2=kevlar vest & helmet (when u dun hav enough money to get both, it auto goes to kevlar only :P
3=secondary ammo (since when u buy usp, u only get 48 ammos, i need more sometimes :P)

Theres a list of all weapons in Controls menu and things like CT only and T only are grouped so

7=AK47/Colt M4A1 Carbine (when ur in T, its ak.. when ur in ct, its colt!
biggrin.gif
)

Thats the end of the basic explanation (WHEW!) long it is, yet helpful it is
tounge.gif
 
Joelius is talking about when you move your mouse wheel to scroll through your weapons, instead of it showing the picture, it automatically switches to that weapon. I used to have that in my config, but I didn't like they way it worked, so I went back. And yes, it's legal, there's nothing illegal about it. It's practically quickswitch, just with the scroll wheel. The code would look something like this:

bind "MWHEELDOWN" "invnext; wait; wait; +attack"
bind "MWHEELUP" "invprev; wait; wait; +attack"

And the only thing that is different is the
"; wait; wait; +attack"
at the end of the line. Which is practically using your mouse1 button to actually select the weapon you're scrolling to.
 
O.. since i use huds_fastswitch, I sometimes need to scroll to see if i hav enough ammo for each
tounge.gif
those 2 combos are good fo me
smile.gif
 
Thats what I was talking about Goose
biggrin.gif


thanks for the quick responses on that guys...I got more useful information than what I was hoping for

/gives thumbs up
 
Are you sure that was right Goose?, it only works for me the first time I change my weapon... from then on the gun menu is back and it might work once or twice; or else the changes weapons twice quick(something odd like that)
 
ahhhh, I forgot to depress the mouse1 button as well
sad.gif
... me is a poor coder :|

Here is what it's supposed to look like:

bind "MWHEELDOWN" "invnext; wait; wait; +attack; wait; -attack"
bind "MWHEELUP" "invprev; wait; wait; +attack; wait; -attack"

/Hopefully/ that works, heh.
 
Ahem, allow me to try my hand at this.

First off the cvar is hud_fastswitch 1. That should allow you to use the mouse wheel too I think (sans goose's poor code)...but if it doesnt...:p
 
Sry Que pasa.. i use hud_fastswitch and i can scroll around with my mouse wheel and it'll show the contentes, not auto switch
tounge.gif
its useful (i think i said this befo)
 
Back
Top