[FilterScript] Simple anti Bot's System
#1

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);
    }
Reply
#2

This is just a ping kicker. Nowdays bots dont have so hight ping.
Reply
#3

Rename this to simple pingkick system. LoL
Reply
#4

Please learn to script before posting such drivel.

This will not work.
Reply
#5

And where is the Antibot you want to show us (-:
Example:

100 Bots everybot a ping of 100 = 100*100 = 10000 Ping
Reply
#6

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
Reply
#7

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
Reply
#8

He has the timer function, but he isn't doing "SetTimer" anywhere, so it's just doing nothing.
Reply
#9

Mellnik the line is stupid but i think you know what i mean
Reply
#10

Quote:
Originally Posted by [Bios]Marcel
Посмотреть сообщение
Mellnik the line is stupid but i think you know what i mean
Imbecility
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)