03-22-2015, 11:38 AM
(This post was last modified: 09-01-2022, 01:03 AM by Fearless Community.
Edit Reason: Checked Encoding
)
+duck in console to start crouching
-duck in console to stop crouching
And if you want a key to toggle it, paste this in your Autoexec.cfg and replace "key"'
alias crouchtoggle "crouchdown"
alias crouchdown "+duck; alias crouchtoggle crouchup"
alias crouchup "-duck; alias crouchtoggle crouchdown"
bind "key" "crouchtoggle"
-duck in console to stop crouching
And if you want a key to toggle it, paste this in your Autoexec.cfg and replace "key"'
alias crouchtoggle "crouchdown"
alias crouchdown "+duck; alias crouchtoggle crouchup"
alias crouchup "-duck; alias crouchtoggle crouchdown"
bind "key" "crouchtoggle"