diff options
author | André Glüpker <git@wgmd.de> | 2016-05-01 22:30:09 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2016-05-01 22:30:09 +0200 |
commit | 4396f5bf91aea809615ec836291e263e5757ff2a (patch) | |
tree | 56bc0888559037818630bffb4f333170b20006ea /bindings-aliases.cfg | |
parent | 3ce5b4dded10f6efc85beab8dc8d590fc5e90a59 (diff) | |
download | config-csgo-4396f5bf91aea809615ec836291e263e5757ff2a.tar.gz config-csgo-4396f5bf91aea809615ec836291e263e5757ff2a.tar.bz2 config-csgo-4396f5bf91aea809615ec836291e263e5757ff2a.zip |
one more ignoremsg, thanks volvo
Diffstat (limited to 'bindings-aliases.cfg')
-rw-r--r-- | bindings-aliases.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings-aliases.cfg b/bindings-aliases.cfg index cbce2c9..6dcc2a4 100644 --- a/bindings-aliases.cfg +++ b/bindings-aliases.cfg @@ -13,7 +13,7 @@ alias volume_0 "volume 0; echo "Volume |-OFF-|"; alias volume_c "volume_0"; a // Clutch-Mode alias togglevoice voiceoff -alias voiceoff "voiceecho; echo "Voice-Off"; gameinstructor_enable 1; incrementvar snd_musicvolume 0 0.2 -0.05; incrementvar volume 0 0.6 0.1; voice_scale 0; ignorerad; ignoremsg; ignoremsg; cl_clearhinthistory; alias togglevoice voiceon; play buttons/blip1.wav;" +alias voiceoff "voiceecho; echo "Voice-Off"; gameinstructor_enable 1; incrementvar snd_musicvolume 0 0.2 -0.05; incrementvar volume 0 0.6 0.1; voice_scale 0; ignorerad; ignoremsg; ignoremsg; ignoremsg; cl_clearhinthistory; alias togglevoice voiceon; play buttons/blip1.wav;" alias voiceon "voiceecho; echo "Voice-On"; gameinstructor_enable 0; incrementvar snd_musicvolume 0 0.2 0.05; incrementvar volume 0 0.6 -0.1; voice_scale 1; ignorerad; ignoremsg; alias togglevoice voiceoff; play buttons/bell1.wav;" alias soundboard_c "soundboard_on" |