add noclip and script reloader
This commit is contained in:
parent
a6fcba2c4a
commit
f09edb09eb
1 changed files with 14 additions and 6 deletions
|
@ -6,14 +6,14 @@ unbind "KP_MINUS"
|
||||||
bind "KP_MINUS" "disconnect"
|
bind "KP_MINUS" "disconnect"
|
||||||
|
|
||||||
// Change hand
|
// Change hand
|
||||||
unbind "A"
|
unbind "a"
|
||||||
bind "A" "toggle cl_righthand"
|
bind "a" "toggle cl_righthand"
|
||||||
|
|
||||||
// jumpthrow
|
// jumpthrow
|
||||||
alias +jumpthrow "+jump;-attack"
|
alias "+jumpthrow" "+jump;-attack"
|
||||||
alias -jumpthrow "-jump"
|
alias "-jumpthrow" "-jump"
|
||||||
unbind "X"
|
unbind "x"
|
||||||
bind "X" +jumpthrow
|
bind "x" "+jumpthrow"
|
||||||
|
|
||||||
// FPS in tab
|
// FPS in tab
|
||||||
net_graph "1"
|
net_graph "1"
|
||||||
|
@ -24,6 +24,14 @@ alias "-scorenet" "-showscores; net_graph 0"
|
||||||
unbind "TAB"
|
unbind "TAB"
|
||||||
bind "TAB" "+scorenet"
|
bind "TAB" "+scorenet"
|
||||||
|
|
||||||
|
// Noclip
|
||||||
|
bind "p" "sv_cheats 1; noclip"
|
||||||
|
|
||||||
|
// Reload script
|
||||||
|
unbind "SEMICOLON"
|
||||||
|
alias "rel_ae" "exec autoexec"
|
||||||
|
bind "SEMICOLON" "rel_ae"
|
||||||
|
|
||||||
// Debug message
|
// Debug message
|
||||||
echo "========================================================================================================================================================================"
|
echo "========================================================================================================================================================================"
|
||||||
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
|
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
|
||||||
|
|
Loading…
Reference in a new issue