[Addon] Anti flame
#6

pawn Код:
if(strfind(text, "85.17.6.58:4445 ", true) != -1)
        {
            new string[128];
            format(string, sizeof(string), "=>|[Anti-Flame]|<= %s Said a naughty word", playername);
            SendClientMessageToAll(COLOR_RED, string);
            return 0;
        }

        if(strfind(text, "85.17.200.135:3000 ", true) != -1)
        {
            new string[128];
            format(string, sizeof(string), "=>|[Anti-Flame]|<= %s Said a naughty word", playername);
            SendClientMessageToAll(COLOR_RED, string);
            return 0;
        }
Can you explain why this is into the script?
Do you think blocking my server and friend's server is funny smartass?

And it's bad maked because it's only checking if the 'bad word' is in the front of the text, so if you do like 'test AIDS' it won't see it as a bad-word.

Also there are a LOT of Dutch bad-words, and some credits from another server..
Reply


Messages In This Thread
[Addon] Anti flame - by radi - 18.08.2009, 06:34
Re: [Addon] Anti flame - by kevin974 - 18.08.2009, 06:57
Re: [Addon] Anti flame - by radi - 18.08.2009, 08:55
Re: [Addon] Anti flame - by DauerDicht - 18.08.2009, 09:05
Re: [Addon] Anti flame - by radi - 18.08.2009, 09:40
Re: [Addon] Anti flame - by Andom - 20.08.2009, 18:23
Re: [Addon] Anti flame - by radi - 20.08.2009, 18:44
Re: [Addon] Anti flame - by Andom - 21.08.2009, 16:30
Re: [Addon] Anti flame - by radi - 21.08.2009, 17:23
Re: [Addon] Anti flame - by oOChazyBoyOo - 21.08.2009, 19:15

Forum Jump:


Users browsing this thread: 1 Guest(s)