Skip to content

Instantly share code, notes, and snippets.

@Netail
Created December 3, 2021 01:26
Show Gist options
  • Save Netail/951d7cf1c8b40eb92959317c9afc4b00 to your computer and use it in GitHub Desktop.
Save Netail/951d7cf1c8b40eb92959317c9afc4b00 to your computer and use it in GitHub Desktop.
// Voice Chat Toggler
//
// Version: 1.0
// Author: Netail
echo
echo Voice Chat Toggler (1.0) by Netail: Enabled
echo
alias toggleVoiceChat "disableVoiceChat";
alias disableVoiceChat "alias toggleVoiceChat enableVoiceChat; voice_enable 0; say_team Voice Chat: ✗ Disabled; playvol buttons\blip1 0.5";
alias enableVoiceChat "alias toggleVoiceChat disableVoiceChat; voice_enable 1; say_team Voice Chat: ✓ Enabled; playvol common\stuck1 0.5";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment