Skip to content

Commit

Permalink
Mute all
Browse files Browse the repository at this point in the history
  • Loading branch information
celestian committed Apr 8, 2018
1 parent 7685af5 commit f6b397a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cs_go/config.cfg
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f6b397a

Please sign in to comment.