add noclip and script reloader

This commit is contained in:
Mylloon 2023-03-15 12:13:39 +01:00
parent a6fcba2c4a
commit f09edb09eb
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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 ! ========================================================================"