fix: characters, remove commands from csgo

This commit is contained in:
eneller
2023-12-09 16:24:18 +01:00
parent e7ac962e40
commit 97982b32c1

View File

@@ -23,19 +23,20 @@ con_filter_text "Damage Given"
con_filter_text_out "Player:" con_filter_text_out "Player:"
developer "1" developer "1"
//
//KEYBINDS //KEYBINDS
unbindall; unbindall;
bind X_AXIS” “rightleft bind "X_AXIS" "rightleft"
bind Y_AXIS” “!forwardback bind "Y_AXIS" "!forwardback"
bind MOUSE_X” “yaw bind "MOUSE_X" "yaw"
bind MOUSE_Y” “pitch bind "MOUSE_Y" "pitch"
bind U_AXIS” “yaw bind "U_AXIS" "yaw"
bind R_AXIS” “pitch bind "R_AXIS" "pitch"
bind “a” “+left bind "a" "+left"
bind “s” “+back bind "s" "+back"
bind “d” “+right bind "d" "+right"
bind “w” “+forward bind "w" "+forward"
bind shift” “+sprint bind "shift" "+sprint"
bind "SPACE" "+jump" bind "SPACE" "+jump"
bind "CTRL" "+duck" bind "CTRL" "+duck"
@@ -57,15 +58,6 @@ bind "m" "teammenu"
bind "v" "+voicerecord" bind "v" "+voicerecord"
bind "y" "messagemode" bind "y" "messagemode"
alias "+shownet" "+showscores; net_graphheight 64"
alias "-shownet" "-showscores; net_graphheight 9999"
net_graph 1;
bind "TAB" "+shownet"
alias "+jumpthrow" "-attack;+jump"
alias "-jumpthrow" "-jump"
bind "x" "+jumpthrow"
//COSMETICS //COSMETICS
cl_viewmodel_shift_left_amt "1.5" cl_viewmodel_shift_left_amt "1.5"