change scan code
This commit is contained in:
parent
7a0cf5c2cd
commit
c28acc2181
2 changed files with 8 additions and 8 deletions
|
@ -24,12 +24,18 @@ bind "scancode20" "switchhands"
|
||||||
unbind "scancode19"
|
unbind "scancode19"
|
||||||
bind "scancode19" "sv_cheats 1; noclip"
|
bind "scancode19" "sv_cheats 1; noclip"
|
||||||
|
|
||||||
|
// Left and right
|
||||||
|
alias "+ll" "+turnleft"
|
||||||
|
alias "-ll" "-turnleft"
|
||||||
|
alias "+rr" "+turnright"
|
||||||
|
alias "-rr" "-turnright"
|
||||||
|
|
||||||
// Load custom game script
|
// Load custom game script
|
||||||
alias "cg" "exec customgame"
|
alias "cg" "exec customgame"
|
||||||
|
|
||||||
// Reload script
|
// Reload script
|
||||||
unbind "scancode54"
|
unbind "scancode78"
|
||||||
bind "scancode54" "exec autoexec"
|
bind "scancode78" "exec autoexec"
|
||||||
|
|
||||||
// Save settings
|
// Save settings
|
||||||
host_writeconfig
|
host_writeconfig
|
||||||
|
|
|
@ -80,12 +80,6 @@ alias "arthur" "cl_crosshairgap -3; cl_crosshairsize 500; cl_crosshaircolor "5";
|
||||||
// Use to open shop disabled
|
// Use to open shop disabled
|
||||||
cl_use_opens_buy_menu "0"
|
cl_use_opens_buy_menu "0"
|
||||||
|
|
||||||
// Left and right
|
|
||||||
alias "+ll" "+turnleft"
|
|
||||||
alias "-ll" "-turnleft"
|
|
||||||
alias "+rr" "+turnright"
|
|
||||||
alias "-rr" "-turnright"
|
|
||||||
|
|
||||||
// Debug message
|
// Debug message
|
||||||
echo "========================================================================================================================================================================"
|
echo "========================================================================================================================================================================"
|
||||||
echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"
|
echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"
|
||||||
|
|
Loading…
Reference in a new issue