chat bind

hey fellas,

could anybody write me a short bind where i can switch between globalchat and teamchat while turining both on and / or off or give me a link to a current one?

thanks in advance!
Comments
23
i dont have that...
smart answer
Parent
i know :P you are answer isnt better than mine :p
Parent
why do you need that? =S
gl anyway
cause during a war it's pretty annoying to get spammed with some random binds, smilies, graphics and so on because it is somehow irritating me :)
Parent
dont play kids?!?!
Parent
yep, next time i will insistent of a fotocopy of the enemys identity card ;)
Parent
yeh i dont know why the fuck u dont... everybody does that.
Parent
yea, never met any1 who doesnt
Parent
turn it off. u dont need the chat anyway.
Parent
Wouldn't be easier to make a script on/off global chat?
well i have this one allready, but it is turning off the chatsound only.
Parent
Maybe this:
//CHAT ON/OFF SCRIPT
bind , "vstr chat"
seta chat "vstr chat1"
seta chat1 "echo ^7Chat ^1OFF;cg_teamchatsonly 1; set chat vstr chat2"
seta chat2 "echo ^7Chat ^1ON;cg_teamchatsonly 0; set chat vstr chat1"


//VOICE ON/OFF SCRIPT
bind . "vstr voice"
seta voice "vstr voice1"
seta voice1 "cg_novoicechats 0;echo ^7VOICE ^1ON; set voice vstr voice2"
seta voice2 "cg_novoicechats 1;echo ^7vOICE ^1OFF; set voice vstr voice1"
Parent
yep, seems as the first one is what i'm looking for. thanks a lot ;)
Parent
no problem :)
Parent
my cfg

no turning off teamchat though
bind RIGHTARROW "vstr chattoggle"
set chatoff "cg_teamchatsonly 1;echo ^3chat ^1OFF;set chattoggle vstr chaton"
set chaton "cg_teamchatsonly 0;echo ^3chat ^2ON;set chattoggle vstr chatoff""
set chattoggle "vstr chatoff"
bind RIGHTARROW "toggle cg_teamchatsonly;echo ^1chat toggle"
Parent
b_beginround "cg_teamChatsOnly 1"
Back to top