SA-MP Forums Archive
[Addon] Anti flame - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [Addon] Anti flame (/showthread.php?tid=92031)



[Addon] Anti flame - radi - 18.08.2009

this my first gm addon
its just my easy anti flame
and you can easy make a other wordt protected
it works like : if some one say aids
there will come al message that the player has been banned
then the player gets a some message and get banned
the words aids dont show up

==================================download links==================================

http://www.speedyshare.com/263314323.html

http://rapidshare.com/files/26863539...flame.rar.html


Re: [Addon] Anti flame - kevin974 - 18.08.2009

So it blocks the word 'Flame'...


Re: [Addon] Anti flame - radi - 18.08.2009

no other words not flame
you can ad other words
the words that are in the .pwn are words i used



Re: [Addon] Anti flame - DauerDicht - 18.08.2009

if i type bitch it replace automatic with **** ?

and if i use GF and i flame in /o it replace too?


Re: [Addon] Anti flame - radi - 18.08.2009

the word will replace



Re: [Addon] Anti flame - Andom - 20.08.2009

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..


Re: [Addon] Anti flame - radi - 20.08.2009

wackox where credits
the ip did i for show so people know you can ad ip
and so what i putted you server ip there


Re: [Addon] Anti flame - Andom - 21.08.2009

Quote:
Originally Posted by radi
wackox where credits
the ip did i for show so people know you can ad ip
and so what i putted you server ip there
No just because you HATE my and my friend's server!

And since you don't know anything about credits you don't have to worry getting a claim for stealing my Gamemode and changing my credits so it looks like you did all the work.

I hope you f*cking die and good luck in jail.


Re: [Addon] Anti flame - radi - 21.08.2009

ehmm wackox
the ip is for anti ip spammers
and the second ip is not from your friend you releashed that script from the server
and where did i stole you gm ?
backfire gived it to me and you are still in the credits


Re: [Addon] Anti flame - oOChazyBoyOo - 21.08.2009

cool people might need this