special bind question

jmjneary

Newbie
Joined
Nov 28, 2004
Messages
988
Reaction score
0
ok i want to make a bind where i just press a button and it does a fast like very fast switch from one gun to another how could i do that or would i have to do something else
 
well you could just turn on hud_fastswitch and then press 1,2,34, and 5
 
hud_fastswitch 1

for faster weapon changes

q is default for last weapon used, to my knowledge that only works when fastswitch is on
 
cool thx


one question can you make a thing that when you are a sniper you press a button and it switches from the sniper to another gun and then back really fast
 
toooo lazy

why press a button 2 times if someone knows if you can make a button so you only have to push once
 
jmjneary said:
toooo lazy

why press a button 2 times if someone knows if you can make a button so you only have to push once

Why add 2 extra o's to the end of too then if you're too lazy to press a key twice, lol?
 
why would u want to switch to anotehr gun then back?

shooting then switching means u can fire ur rifle shot then use ur handgun

firing then switching weapon twice like ur asking defeats the object
 
no it doesnt, it eliminate the time needed for the rifle animation to work the rifle bolt. pressing q twice really quickly (or using a bind for it) makes it possible to get off your next shot quicker.
 
blinking halo said:
no it doesnt, it eliminate the time needed for the rifle animation to work the rifle bolt. pressing q twice really quickly (or using a bind for it) makes it possible to get off your next shot quicker.


also known as exploiting a bug
 
jmjneary said:
cool thx


one question can you make a thing that when you are a sniper you press a button and it switches from the sniper to another gun and then back really fast

Bind <key> "Q; Q; quit"

The quit in there is..to..umm..quit from zoom. :thumbs:
 
thx for all the help but i fugured it out and i willl share it with the community


alias "w1" "wait;wait;wait;wait;wait"
alias "w2" "wait;wait;wait;wait;wait"
alias "snipswitch1" "snipswitch2;w1;snipswitch2"
alias "snipswitch2" "lastinv"
bind "h" "snipswitch1"

just pop that in console and h is bound to a really fast switchyou can change the letter by changing the last line from h to what ever



ps. i am still working on making the scope come back up



pppps. i would also apreaciate any help from people who actually know how to do this kind of stuff
 
Back
Top