Anti FakeKill.
#5

Than it's not banned the player...
Why would you make it send the admins a message how does that even help?
If you want a good anti-cheat make it ban the player when it detects hacks...
Ill give you and example...
pawn Код:
function BanAnAsshole(targetid, adminname[], playername[], reason[])
{
    new str[128];

    format(str, sizeof(str), "%s Has banned %s. Reason: %s ", adminname, playername, reason);
    SendClientMessageToAll(COLOR_RED, str);
    Ban(targetid);
    return 1;
}
BanAnAsshole(targetid, "Anti-Bot", "Player[targetid][name]", "Player[targetid][name]", "Fake-Killing");//Put this where You wanna ban the player...
Reply


Messages In This Thread
Anti FakeKill. - by AfikAtashga - 29.01.2014, 19:55
Re: Anti FakeKill. - by Abagail - 29.01.2014, 19:59
Re: Anti FakeKill. - by SwisherSweet - 29.01.2014, 20:08
Re: Anti FakeKill. - by AfikAtashga - 30.01.2014, 13:54
Re: Anti FakeKill. - by SwisherSweet - 30.01.2014, 17:58

Forum Jump:


Users browsing this thread: 1 Guest(s)