I need help fixing the Impulse 201 is Bind to Drop Weapon
Impulse 201 is to use your spray
EDIT: [url]http://hl2.gamebanana.com/tuts/6216[/url]
EDIT2: Make sure sv_Cheats is enabled as impulse commands can only be done when enabled.
no thats not it, drop_weapon is bind to impulse 201, when I press "g" it drops my weapons, and I can't unbind drop_weapon from impulse 201?
You must be looking at the wrong place. Listed [URL="https://developer.valvesoftware.com/wiki/Impulse"]here at Valve's Dev Wiki[/URL] is the impulse command details. For Impulse 201 it shows and has always shown that 201 is used for player sprays. There is a console command in the engine that does exist that's called 'dropprimary', which is supposed to "Drop the primary weapon of the player", but according to the [URL="https://developer.valvesoftware.com/wiki/Console_Command_List#Commands_starting_with_letter_.22D.22"]Valve Dev Wiki[/URL] it is broken. Gamemodes will come with another command if they allow such an action and sometimes it's not a separate console command, but yet a preexisting one.
[QUOTE=themecwarrior;41510394]no thats not it, drop_weapon is bind to impulse 201, when I press "g" it drops my weapons, and I can't unbind drop_weapon from impulse 201?[/QUOTE]
Commands can only be bound to keys, not to other commands - dropping your weapon and impulse 201 are two separate commands.
Perhaps you're saying that a key you'd like to use for impulse 201 is instead bound to dropping your weapon? Or the other way round?
In any case, if you want to make the "g" key do impulse 201, type this in the developer console (it can be enabled in the keyboard options):
bind g "impulse 201"
when I do that is still droping my weaponds, bind "g" impulse 201 will drop my weaponds and spray
Start removing addons until it stops happening
I have heard the Stargate addon called CAP or whatever it's called does that, if you don't have that installed though then all I can say is remove addons until it stops happening, basically what Tweak said.
Put "unbind g" in the console and test if it still drops the weapons.
Sorry, you need to Log In to post a reply to this thread.