How to bind a key to impulse 101 (no clip)???

P

Pulsar

Guest
I tried the following:

bind + impulse 101
bind + "impulse 101"

where + is the key I want to be associated with impulse 101.
neither worked. I have to go to console every time to gain ammo for the weapons I love.
Thanks for any help.
 
example:

bind v "impulse 101"

change impulse 101 to whatever, noclip etc...

EDIT: and make sure you have done sv_cheats 1 :)
 
there are two + keys on the keyboard, if youre using the one next to backspace, it should be bind "=" "impulse 101", not "+"
also, if youre trying to use the numpad +, then it should be bind "KP_PLUS" "impulse 101"
 
Code:
alias cheats "sv_cheats 1"; "impulse 101"; "sv_cheats 0";
Bind + "cheats"

Stick it in your config.cfg
 
Thanks, I got it working. And it is fun to blast the enemies with the stinger not worrying about limited amont of rockets (3).
 
Back
Top