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"
|
||||
|
||||
// Change hand
|
||||
unbind "A"
|
||||
bind "A" "toggle cl_righthand"
|
||||
unbind "a"
|
||||
bind "a" "toggle cl_righthand"
|
||||
|
||||
// jumpthrow
|
||||
alias +jumpthrow "+jump;-attack"
|
||||
alias -jumpthrow "-jump"
|
||||
unbind "X"
|
||||
bind "X" +jumpthrow
|
||||
alias "+jumpthrow" "+jump;-attack"
|
||||
alias "-jumpthrow" "-jump"
|
||||
unbind "x"
|
||||
bind "x" "+jumpthrow"
|
||||
|
||||
// FPS in tab
|
||||
net_graph "1"
|
||||
|
@ -24,6 +24,14 @@ alias "-scorenet" "-showscores; net_graph 0"
|
|||
unbind "TAB"
|
||||
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
|
||||
echo "========================================================================================================================================================================"
|
||||
echo "======================================================================== LOADED CONFIGURATION ! ========================================================================"
|
||||
|
|
Loading…
Reference in a new issue