Compare commits
2 commits
7a0cf5c2cd
...
fa65552414
Author | SHA1 | Date | |
---|---|---|---|
fa65552414 | |||
c28acc2181 |
2 changed files with 12 additions and 7 deletions
|
@ -24,12 +24,18 @@ bind "scancode20" "switchhands"
|
|||
unbind "scancode19"
|
||||
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
|
||||
alias "cg" "exec customgame"
|
||||
|
||||
// Reload script
|
||||
unbind "scancode54"
|
||||
bind "scancode54" "exec autoexec"
|
||||
unbind "scancode78"
|
||||
bind "scancode78" "exec autoexec"
|
||||
|
||||
// Save settings
|
||||
host_writeconfig
|
||||
|
|
|
@ -80,11 +80,10 @@ alias "arthur" "cl_crosshairgap -3; cl_crosshairsize 500; cl_crosshaircolor "5";
|
|||
// Use to open shop disabled
|
||||
cl_use_opens_buy_menu "0"
|
||||
|
||||
// Left and right
|
||||
alias "+ll" "+turnleft"
|
||||
alias "-ll" "-turnleft"
|
||||
alias "+rr" "+turnright"
|
||||
alias "-rr" "-turnright"
|
||||
// View Model
|
||||
viewmodel_presetpos "0"
|
||||
viewmodel_offset_x "-2"
|
||||
viewmodel_offset_z "-2"
|
||||
|
||||
// Debug message
|
||||
echo "========================================================================================================================================================================"
|
||||
|
|
Loading…
Reference in a new issue