You know what link the cheat client sends, why not blacklist it? As far as I remember, there is already a censorship system, but judging by the screenshot above, you don't use it
13:27
The dumbest thing you can do is this:
char aBuf[32] = g_Config.m_SvBadLink;
if(str_comp(aBuf, pMsg->m_Text) == 0)
return;
or something like that, I think it would help avoid advertising cheats
a toggleable chat filter would be nice, but imagine having to loop over every single message sent to find a match, @Stepfunn did something like that using a regex, cutting down his game performance in half :D
i remember stepfunn wanted to have it censor an insult in the vote reason, join msg, playername etc. basically just censor certain words everywhere, i dont remember how exactly he implemented it
hi
i have problem when i try to run server
when i hit (run server)
it get off auto
meloƞ
i remember stepfunn wanted to have it censor an insult in the vote reason, join msg, playername etc. basically just censor certain words everywhere, i dont remember how exactly he implemented it