----------------------=[CAMINAR]=---------------------
bind "SHIFT" "camin"
alias camin caminon
alias caminon "+speed; developer 1; echo -=[Caminar ON]=-; developer 0; alias camin caminoff ; stopsound"
alias caminoff "-speed; developer 1; echo -=[Caminar OFF]=-; developer 0; alias camin caminon
---------------------=[AGACHARSE]=------------------
alias "ducked" "+duck; alias ducker unducked"
alias "unducked" "-duck; alias ducker ducked"
alias "ducker" "ducked"
bind "CAPSLOCK" "ducker"
------------------=[DISPARAR STRAFEANDO]=--------------
alias +ss_left "+attack; +moveleft; alias +strafeshoot +ss_right"
alias +ss_right "+attack; +moveright; alias +strafeshoot +ss_left"
alias +strafeshoot "+ss_left"
alias -strafeshoot "-attack; -moveleft; -moveright"
bind "mouse3" "+strafeshoot"
-------------------------=[SALTO]=-------------------
alias +cjump "+jump; +duck"
alias -cjump "-jump; -duck"
bind "space" "+cjump"
------------------=[DESACTIVAR BOMBA]=-------------
alias +defuse "+use; radio1; menuselect 1; slot10; say_team Cubridme estoy desactivando la bomba!"
alias -defuse "-use; slot10"
bind "v" "+defuse"
------------------=[PONER BOMBA]=--------------
alias +bomb "weapon_c4; +duck; +attack; wait; radio1; menuselect 1; slot10; say_team Cubridme estoy plantando la bomba!"
alias -bomb "-duck; -attack; slot10"
------------------=[PARAR DE RECARGAR]=---------------
alias reload_stop "weapon_knife; wait; wait; wait; lastinv"
bind "q" "reload_stop"
bind "b" "+bomb"
---------------------=[RECARGAR]=------------------
alias +recov "+reload; wait; -reload; radio1; menuselect 1; say_team reloading!"
alias -recov "slot10; wait; wait; slot10"
bind "r" "+recov"