You are viewing our Forum Archives. To view or take place in current topics click here.
How do u make it so u press a key to change gun hand
Posted:
How do u make it so u press a key to change gun handPosted:
Status: Offline
Joined: Dec 25, 201310Year Member
Posts: 372
Reputation Power: 14
Just wondering what I have to type thanks will rep what I can
#2. Posted:
Status: Offline
Joined: Sep 20, 201311Year Member
Posts: 2,119
Reputation Power: 336
Status: Offline
Joined: Sep 20, 201311Year Member
Posts: 2,119
Reputation Power: 336
bind a +moveleft;cl_righthand 1
bind s +moveright:cl_righthand 0
That in console I think.
bind s +moveright:cl_righthand 0
That in console I think.
- 1useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Dec 28, 201310Year Member
Posts: 311
Reputation Power: 12
Status: Offline
Joined: Dec 28, 201310Year Member
Posts: 311
Reputation Power: 12
Type bind INSERTTHEYKEYYOUWANTTOUSE cl_righthand 0 (for left hand)
Type bind ANOTHERKEY cl_righthand 1 (for right hand)
Type bind ANOTHERKEY cl_righthand 1 (for right hand)
- 0useful
- 2not useful
#4. Posted:
Status: Offline
Joined: Dec 28, 201310Year Member
Posts: 311
Reputation Power: 12
Status: Offline
Joined: Dec 28, 201310Year Member
Posts: 311
Reputation Power: 12
Super-Fly wrote bind a +moveleft;cl_righthand 1Actually when you put that in console when ever you press either of those to move it will **** up your vision so...... OP DONT DO THIS
bind s +moveright:cl_righthand 0
That in console I think.
- 1useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Apr 30, 201113Year Member
Posts: 1,444
Reputation Power: 114
Status: Offline
Joined: Apr 30, 201113Year Member
Posts: 1,444
Reputation Power: 114
You can set it so that one key toggles both.
bindtoggle "x" "cl_righthand"
Replace x with any key you want.
bindtoggle "x" "cl_righthand"
Replace x with any key you want.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Jan 13, 20159Year Member
Posts: 1,069
Reputation Power: 79
BindToggle q cl_righthand
change q to the key you want each time you press the key you select the gun will switch sides
change q to the key you want each time you press the key you select the gun will switch sides
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.