diff options
author | André Glüpker <git@wgmd.de> | 2023-10-19 14:30:10 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2023-10-19 14:30:10 +0200 |
commit | 2f4e3a9ae93bede34b22df69ae034b16cd667d2c (patch) | |
tree | 02be7fa4f563e39e5caa6cd36ae1b079ecfce726 /agl-alias.cfg | |
parent | 36e3d9122fb56bcad5d575bc9061af31efb60ee7 (diff) | |
download | config-csgo-2f4e3a9ae93bede34b22df69ae034b16cd667d2c.tar.gz config-csgo-2f4e3a9ae93bede34b22df69ae034b16cd667d2c.tar.bz2 config-csgo-2f4e3a9ae93bede34b22df69ae034b16cd667d2c.zip |
Add jumpthrow alias / binding
Diffstat (limited to 'agl-alias.cfg')
-rw-r--r-- | agl-alias.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/agl-alias.cfg b/agl-alias.cfg index d86f3f9..cc1f723 100644 --- a/agl-alias.cfg +++ b/agl-alias.cfg @@ -3,6 +3,9 @@ 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!" |