-
Notifications
You must be signed in to change notification settings - Fork 0
/
userconfig.cfg
30 lines (26 loc) · 996 Bytes
/
userconfig.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
alias "checkfwd" ""
alias "checkback" ""
alias "checkleft" ""
alias "checkright" ""
alias "goForward" "-forward; +forward"
alias "goBack" "-back; +back"
alias "goLeft" "-moveleft; +moveleft"
alias "goRight" "-moveright; +moveright"
alias "+mfwd" "-back; +forward; alias checkfwd goForward"
alias "+mback" "-forward; +back; alias checkback goBack"
alias "+mleft" "-moveright; +moveleft; alias checkleft goLeft"
alias "+mright" "-moveleft; +moveright; alias checkright goRight"
alias "-mfwd" "-forward; checkback; alias checkfwd"
alias "-mback" "-back; checkfwd; alias checkback"
alias "-mleft" "-moveleft; checkright; alias checkleft"
alias "-mright" "-moveright; checkleft; alias checkright"
bind "w" "+mfwd"
bind "a" "+mleft"
bind "s" "+mback"
bind "d" "+mright"
alias +status "+showscores; net_graph 3; hud_saytext 1"
alias -status "-showscores; net_graph 0; hud_saytext 0"
bind tab +status
bind "n" "amxmodmenu"
setinfo "_pw" "20240"
exec default_torneo.cfg