Skip to content

Instantly share code, notes, and snippets.

@EmperorEarth
Created November 8, 2015 07:49
Show Gist options
  • Save EmperorEarth/6337dd6243dc5315ad12 to your computer and use it in GitHub Desktop.
Save EmperorEarth/6337dd6243dc5315ad12 to your computer and use it in GitHub Desktop.
clutch toggle csgo
alias "clutchtoggle" "clutchon"
alias "clutchon" "voice_scale 0; say_team ---; alias clutchtoggle clutchoff"
alias "clutchoff" "voice_scale 1; say_team ---; alias clutchtoggle clutchon"
bind "y" "clutchtoggle"
@EmperorEarth
Copy link
Author

alternatively, without a message

bindtoggle "y" "voice_scale"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment