Andty advertise spamming ip - 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: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Andty advertise spamming ip (
/showthread.php?tid=219959)
Andty advertise spamming ip -
Dannu13 - 02.02.2011
hy, I have a question that how could I do so when someone advertises on my server the other edges of the IPs it to spam any chat that IP can ipban
example:
Fernando_Sair:Come to this server! and server ip adres...
But. He cant advertise this server my server don't show this spam to all people and
Fernando_Sair have automat IP bann
Sorry for bad english
Re: Andty advertise spamming ip -
Venice - 02.02.2011
Can't understand what u say ?
Re: Andty advertise spamming ip - Unknown123 - 02.02.2011
Quote:
Originally Posted by venice
Can't understand what u say ?
|
I think he mean somehing like this..
STUNT SERVER!!! JOIN US AT: 1337.1337.1337:1337
STUNT SERVER!!! JOIN US AT: 1337.1337.1337:1337
STUNT SERVER!!! JOIN US AT: 1337.1337.1337:1337
ect...
If he is advertises for other server (1337.1337.1337:1337)
the he should be AUTObanned
Re: Andty advertise spamming ip -
Macluawn - 02.02.2011
Someone is spamming his server with an IP of another server. He wants to ban the person who's spamming.
Re: Andty advertise spamming ip -
Venice - 02.02.2011
okay use Junkbuster Anticheat only activate advert system
download from here
https://sampforum.blast.hk/showthread.php?tid=71877
or
Код:
public OnPlayerText(playerid)
{
new ip[4];
if(ipmatch(text, ip))
{
SendClientMessage(playerid, RED, "Your warn message here");
return 0;
}
return 1;
}