Mute script available?


(Cerebrate) #1

Does a mute script exist? What I’m looking for is a script that mutes the sound of the game when a match is over. I’m so tired of hearing…

<evil.eye> Good game!
<killah1> Hallo!
<killah1> Hallo!
<SoUlReAvEr> I’m an engineer!
<killah1> Hallo!
<SoUlReAvEr> I’m an engineer!
<EMIN3M> Sehr gut!
<Private Ryan> Hallo!
<killah1> Hallo!

And so forth…

I could just turn down my speakers, but a script would be better. :bored:


(The_Jesus_Zeppelin) #2

you can mute players if your the host. go to referee and then players then select whoever is talking and hit mute.

also, anyone who is playing with the sn of eminem, should be muted, at least if not banned.


(Shiznit) #3

just toggle the sound volume

:smiley:


(DG) #4

This is from RTCW, originally done by Fearle$$, has been ripped off far and wide and since modified by me.

I havent tested it at all for ET, but I imagine it will still work?

// ANTI-SPAM TOGGLE
// ----------------
// by fearle$$/DG
//
set spamoff "set cg_noVoiceChats 1;set cg_noVoiceText 1;set cg_TeamChatsOnly 1;echo ^5Spam ^1OFF;set spamtogg vstr spamon"
set spamon "set cg_noVoiceChats 0;set cg_noVoiceText 0;set cg_TeamChatsOnly 0;echo ^5Spam ^2ON;set spamtogg vstr spamonv"
set spamonv "set cg_noVoiceChats 0;set cg_noVoiceText 0;set cg_TeamChatsOnly 1;echo ^5Spam ^2ON ^3(^7team only^3);set spamtogg vstr spamoff"
vstr spamon // set to default-spamon for startup
set spamtogg "vstr spamon" 
bind p "vstr spamtogg"

(Majin) #5

I beleive that code still works.