//跳蹲脚本
alias +sjump "+jump;+duck;+speed"
alias -sjump "-jump;-duck;-speed"
//开关持久语音通讯项
alias voice_key voice_on
alias voice_on "+voicerecord; alias voice_key voice_off"
alias voice_off "-voicerecord; alias voice_key voice_on"
//开关持久无声步项
alias speed_key speed_on
alias speed_on "+speed; alias speed_key speed_off"
alias speed_off "-speed; alias speed_key speed_on"
//开关持久蹲下
alias duck_key duck_on
alias duck_on "+duck; alias duck_key duck_off"
alias duck_off "-duck; alias duck_key duck_on"
//左右手持木仓方式开关
alias hand_left "cl_righthand 0; alias hand_key hand_right"
alias hand_right "cl_righthand 1; alias hand_key hand_left"
alias hand_key hand_left