The Google Clan Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Anti-Spam Toggle

Go down

Anti-Spam Toggle Empty Anti-Spam Toggle

Post by BunBun<3 Sun Mar 15, 2009 7:14 pm

Anti-Spam Toggle

This script is orientated towards those who find a little too much voice chat spam going over the airwaves. The first press enables all vchats, the second press allows only vchats from teammates, while the third press silences everybody. Pressing the key again cycles back to the start and hence allows all vsay's again.
Code:
// 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"
set spamtogg "vstr spamon"
bind KEY "vstr spamtogg"
vstr spamon // Defaults all spam ON at startup

all credit goes here :
http://www.rtcw.jolt.co.uk/content/faq/et_scripts.html
BunBun<3
BunBun<3
Admin

Number of posts : 2035
Birthday : 1989-09-07
Age : 34
Location : IN UR PIE :D
Registration date : 2009-01-19

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum