[FilterScript] [FS] Anti Spam Kill
#1

This FS was sought out by a server that used PHP bots, and had someone using a program to kill excessively at high rates (As in 7 IRC Bots, Cycling All getting kicked for Spam) So i made this to work with servers that do not have the option of using Native Callbacks with an important FS to prevent such problems.

Simple install at the top of the script, it does work i have tested it.

Download

To adjust settings:
Default is kicking after 5 deaths in 30 seconds. If you want to change it, you can set the Death_Limit and Clock.

It will kick if there are more than Death_Limit deaths in Clock Seconds.

I dont think i need to explain it more..

Feedback is appreciated.

EDIT: June 6th 2016 - Link fixed.
Reply
#2

nice ^
Reply
#3

the link not good
Reply
#4

put in the pastebin again please
Reply
#5

Lemme find it again. Ive been cleaning up computers and reformatting, i know i have it just gotta find it.
Reply
#6

Works now
Reply
#7

Wow, I've been having the same exact problem. Posted here -> http://forum.sa-mp.com/index.php?top...2105#msg762105

I actually did this to fix the problem
pawn Код:
PlayerDeath[playerid]++;
if(PlayerDeath[playerid] >= 4)
{
    Ban(playerid);
}
Anyway, good release.

EDIT: I just looked at your code, yours seems much safer, thanks for the release, I'll use this
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)