[FilterScript] Simple anti Bot's System - 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: [FilterScript] Simple anti Bot's System (
/showthread.php?tid=358015)
Simple anti Bot's System -
Robert West - 09.07.2012
as we know , the bot's have a high ping that's why i'm sharing this simple work
the FS just kick player have more then 1000 ping
pawn Код:
#include <a_samp>
forward antibot(playerid);
#pragma tabsize 0
#if defined FILTERSCRIPT
public OnFilterScriptInit()
{
print("\n-------------------------------------------------");
print(" Anti Bot system ");
print(" by Mr.West");
print("--------------------------------------------------\n");
return 1;
}
#else
#endif
public antibot(playerid)
{
if(GetPlayerPing(playerid) > 1000)
SendClientMessage(playerid,-1 ,"you have been kicked , you can be a Bot!");
Kick(playerid);
}
Re: Simple anti Bot's System -
$mooth - 22.07.2012
This is just a ping kicker. Nowdays bots dont have so hight ping.
Re: Simple anti Bot's System -
mrsamp - 22.07.2012
Rename this to simple pingkick system. LoL
Re: Simple anti Bot's System -
Popz - 31.08.2012
Please learn to script before posting such drivel.
This will not work.
AW: Simple anti Bot's System -
BiosMarcel - 31.08.2012
And where is the Antibot you want to show us (-:
Example:
100 Bots everybot a ping of 100 = 100*100 = 10000 Ping
AW: Simple anti Bot's System -
Mellnik - 31.08.2012
Quote:
Originally Posted by [Bios]Marcel
And where is the Antibot you want to show us (-:
Example:
100 Bots everybot a ping of 100 = 100*100 = 10000 Ping
|
drivel
Re: Simple anti Bot's System - Emmet_ - 31.08.2012
what do i do it wont work i tried everything i complied the script and i put it in my filterscripts folder but it doesnt work
Re: Simple anti Bot's System -
Dan. - 31.08.2012
He has the timer function, but he isn't doing "SetTimer" anywhere, so it's just doing nothing.
AW: Simple anti Bot's System -
BiosMarcel - 31.08.2012
Mellnik the line is stupid but i think you know what i mean
AW: Simple anti Bot's System -
Mellnik - 31.08.2012
Quote:
Originally Posted by [Bios]Marcel
Mellnik the line is stupid but i think you know what i mean
|
Imbecility