wtf? I logged into server only to have teamchat and no global chat. I can see what anyone is saying and I can’t say anything either…I haven’t touched my cfg since I last played so it isn’t my settings…
anyone else have this problem?ideas?
Ill go check the server now.. (checks server, fairly long period of time goes past), Its fine.
Try these in the console.
/cg_draw2d 1
Cheers, BR
yea it’s set at 1 in et_config. really random! frustrating as hell. Any other ideas?
cg_noVoiceChats 0, set cg_noVoiceText 0, set cg_TeamChatsOnly 0
Try all of them.
are u using my config? then u may have hit the ANTI SPAM toggle lol
i think its p or [ or [
๐
Firm but fair
-OZ-noobItUp <> I LOVE JUSTIN BIEBER!!!
are u using my config? then u may have hit the ANTI SPAM toggle lol
i think its p or [ or [
๐
Your anti-spam? you mean this bad boy?
// Anti-spam toggle
set voicespam1 “set cg_noVoiceChats 0; set cg_noVoiceText 0; set cg_TeamChatsOnly 0; echo All Voice Chats Audible (Default); set voicespamnext vstr voicespam2”
set voicespam2 “set cg_noVoiceChats 1; set cg_noVoiceText 0; set cg_TeamChatsOnly 0; echo All Voice Chats MUTED; set voicespamnext vstr voicespam3”
set voicespam3 “set cg_noVoiceChats 1; set cg_noVoiceText 1; set cg_TeamChatsOnly 0; echo All Voice Chats MUTED and HIDDEN; set voicespamnext vstr voicespam4”
set voicespam4 “set cg_noVoiceChats 0; set cg_noVoiceText 0; set cg_TeamChatsOnly 1; echo ALL GLOBAL CHATS MUTED and HIDDEN; set voicespamnext vstr voicespam5”
set voicespam5 “set cg_noVoiceChats 1; set cg_noVoiceText 1; set cg_TeamChatsOnly 1; echo ONLY Team Text Chats Visible; set voicespamnext vstr voicespam6”
set voicespam6 “set cg_noVoiceChats 1; set cg_noVoiceText 1; set cg_TeamChatsOnly 1; set cg_TeamChatTime 0; echo NO CHATS VISIBLE!; set voicespamnext vstr voicespam1”
vstr voicespam1
reset cg_TeamChatTime
bind o “vstr play_sound; reset cg_TeamChatTime; vstr voicespamnext”
bind F9 “exec autoexec.cfg”
if so u ripped it from me.
pfft ripped it from u ๐
// ANTI-SPAM TOGGLE
// —————-
//
//
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 p “vstr spamtogg”
vstr spamon // Defaults all spam ON at startup
there u go ppls.
Firm but fair
-OZ-noobItUp <> I LOVE JUSTIN BIEBER!!!