Бинды на клиент мод

tjgv

Member
Messages
7
--автобанихоп--
alias +bhop "+jump; alias _bhop_loop bhop_loop; _bhop_loop"
alias -bhop "alias _bhop_loop; -jump"
alias bhop_loop "+jump; wait; -jump; wait; _bhop_loop"
bind space +bhop


--прыжок + присед--
alias +djump "+jump; +duck"
alias -djump "-duck; -jump"

bind "mouse4" "+djump"

--отключение сообщений чата--
alias toggle_saytext_time "saytext_off"
alias saytext_off "hud_saytext_time 0; alias toggle_saytext_time saytext_on"
alias saytext_on "hud_saytext_time 12; alias toggle_saytext_time saytext_off"
bind "mouse5" "toggle_saytext_time"


--цвет худа--
alias hud_color "hud_ct"
alias hud_ct "e_hud_color_a 255; e_hud_color_b 203; e_hud_color_g 198; e_hud_color_r 59; alias hud_color hud_t"
alias hud_t "e_hud_color_a 255; e_hud_color_b 41; e_hud_color_g 153; e_hud_color_r 217; alias hud_color hud_ct"
bind "mouse3" "hud_color"


--яркость игры--
alias gamma "gamma1"
alias gamma1 "mat_monitorgamma 2.110000; alias gamma gamma2"
alias gamma2 "mat_monitorgamma 1.900000 ; alias gamma gamma1"
bind "x" "gamma"


--снаптап--
alias "fwd" ""
alias "back" ""
alias "left" ""
alias "right" ""
alias "MoveForward" "-forward; +forward"
alias "MoveBack" "-back; +back"
alias "MoveLeft" "-moveLeft; +moveLeft"
alias "MoveRight" "-moveRight; +moveRight"
alias "+mfwd" "-back; +forward; alias fwd MoveForward"
alias "+mback" "-forward; +back; alias back MoveBack"
alias "+mleft" "-moveRight; +moveLeft; alias left MoveLeft"
alias "+mright" "-moveLeft; +moveRight; alias right MoveRight"
alias "-mfwd" "-forward; back; alias fwd"
alias "-mback" "-back; fwd; alias back"
alias "-mleft" "-moveLeft; right; alias left"
alias "-mright" "-moveRight; left; alias right"
bind "w" "+mfwd"
bind "s" "+mback"
bind "a" "+mleft"
bind "d" "+mright"
 
Last edited:
Back
Top