blob: d86f3f9470275212456c7a0f7455be858505d16a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
alias +crosshairmax "cl_crosshair_sniper_width 1; cl_crosshairstyle 3; cl_crosshairsize 1337; cl_crosshairgap 10;"
alias -crosshairmax "exec agl-crosshair"
alias +bind_alt "+crosshairmax; exec agl-bindings-alt; "
alias -bind_alt "-crosshairmax; exec agl-bindings; "
alias +drop_bomb "slot5;"
alias -drop_bomb "drop; say_team Dropped the bomb!"
// Does not help with current autocompletion
// alias "d" "disconnect"
// alias "q" "quit"
// alias "s" "status"
|