Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //Voice_enable toggle
  2. alias "voicet_t" "voicet_off";
  3. alias "voicet_on" "alias voicet_t voicet_off;voice_enable 1;say_team Voice Enabled;";
  4. alias "voicet_off" "alias voicet_t voicet_on;voice_enable 0;say_team Voice Disabled;";
  5. bind "del" "voicet_t;";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement