chat bind
•
26 Feb 2011, 16:25
•
Journals
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!
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!
gl anyway
//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"
no turning off teamchat though
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"