Hi Everyone,
I created a couple binds to help certain members of EgN. The bind will allow you to press one button and stay crouched, until you press it again.
If you want to test it copy each line into your console. It uses the keypad enter. If you want to change the key then just change "KP_ENTER" to whatever key you would like.
Code:
alias unstayduck "-duck;bind KP_ENTER stayduck"
alias stayduck "+duck;bind KP_ENTER unstayduck"
bind KP_ENTER stayduck
Note: These binds will not save when you restart css (unless you have cloud save turned off). So if you want to keep these binds, after restart, add the lines into your autoexec.cfg in your css folder.
Code:
..\steamapps\common\Counter-Strike Source\cstrike\cfg
Most people will not have an autoexec.cfg file. So open notepad and save the filename as autoexec.cfg
Be sure to select "Save as type: All Files"
Attachment:
autoexec snip.PNG
Regards,
DHack