From f6b397a9993e1c03fd7b7f0fa9e37928cf468589 Mon Sep 17 00:00:00 2001 From: celestian Date: Sun, 8 Apr 2018 10:13:05 +0200 Subject: [PATCH] Mute all --- cs_go/config.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cs_go/config.cfg b/cs_go/config.cfg index e99a33a..56144a3 100755 --- a/cs_go/config.cfg +++ b/cs_go/config.cfg @@ -1,4 +1,10 @@ unbindall + +//VoiceMute Script +alias stfu stfu1 +alias stfu1 "voice_enable 0; chat_enable 0; echo Voice OFF; playvol buttons\blip2 0.5; alias stfu stfu2" +alias stfu2 "voice_enable 1; chat_enable 1; echo Voice ON; playvol buttons\blip1 0.5; alias stfu stfu1" + bind "0" "slot10" bind "1" "slot1" bind "2" "slot2" @@ -47,6 +53,7 @@ bind "F6" " buy hegrenade;" bind "F7" " buy incgrenade; buy molotov;" bind "F8" "buy awp;" bind "F10" "quit prompt" +bind "F11" "stfu" bind "MOUSE1" "+attack; toggle cl_crosshaircolor 2" bind "MOUSE2" "+attack2" bind "MOUSE3" "+voicerecord"