diff options
author | André Glüpker <git@wgmd.de> | 2024-02-14 08:25:57 +0100 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2024-02-14 08:25:57 +0100 |
commit | 6204bdb9ad5b37c3fcd5d40bfc3e4528a5ae4ab0 (patch) | |
tree | dd74aa57ee1060ac267016c7964a67bca19e7e4f /agl-alias.cfg | |
parent | 58b56b2346be7c9008121b3a3098b3f55571023e (diff) | |
download | config-csgo-6204bdb9ad5b37c3fcd5d40bfc3e4528a5ae4ab0.tar.gz config-csgo-6204bdb9ad5b37c3fcd5d40bfc3e4528a5ae4ab0.tar.bz2 config-csgo-6204bdb9ad5b37c3fcd5d40bfc3e4528a5ae4ab0.zip |
Minor binding updates
Diffstat (limited to 'agl-alias.cfg')
-rw-r--r-- | agl-alias.cfg | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/agl-alias.cfg b/agl-alias.cfg index e179fd7..be36bec 100644 --- a/agl-alias.cfg +++ b/agl-alias.cfg @@ -3,9 +3,6 @@ alias -crosshairmax "exec agl-crosshair" alias +bind_alt "+crosshairmax; exec agl-bindings-alt; " alias -bind_alt "-crosshairmax; exec agl-bindings; " -alias "+jumpthrow" "+jump; -attack" -alias "-jumpthrow" "-jump" - alias +drop_bomb "slot5;" alias -drop_bomb "drop; say_team Dropped the bomb!" @@ -14,4 +11,6 @@ alias -drop_bomb "drop; say_team Dropped the bomb!" // alias "q" "quit" // alias "s" "status" +alias "troll" "cl_crosshairsize 500; cl_crosshair_t 0; cl_crosshairdot 1; cl_crosshairgap -5; cl_crosshair_drawoutline 0; cl_crosshairthickness 200; cl_crosshairstyle 3;" + alias retake "connect 89.58.2.246:27015" |