[Ajuda] ajudar anti hacker matar
#6

Hum, tenta esse ..
pawn Код:
new antifakekill[MAX_PLAYERS];
public OnFilterScriptInit()
{
    print(" Anti Fake Kill by; LuizFel");
    return 1;
}

public OnPlayerText(playerid, text[])
{
   if(strfind(text,"!kill",true) == 0) return Kick(playerid);
   if(strfind(text,"www.botaoforumdosvaqui.com",true) == 0) return Kick(playerid);

   return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
    antifakekill[playerid] ++;
    SetTimerEx("antifakekill2", 1000,false,"i",playerid);
    return 1;
}

forward antifakekill2(playerid);
public antifakekill2(playerid)
{
    antifakekill[playerid] --;
    if(antifakekill[playerid] > 5)
    {
        SendClientMessage(playerid, 0xFF0000AA, "Esse servidor tem um sistema de proteзгo AntFake Kill...  ");
        Kick(playerid);
    }
    return 1;
}
Reply


Messages In This Thread
ajudar anti hacker matar - by Blitz22 - 27.09.2013, 18:02
Re: ajudar anti hacker matar - by HatedS - 27.09.2013, 20:02
Re: ajudar anti hacker matar - by Blitz22 - 27.09.2013, 20:18
Re: ajudar anti hacker matar - by Mteck - 27.09.2013, 20:33
Re: ajudar anti hacker matar - by Samuel300 - 27.09.2013, 20:51
Re: ajudar anti hacker matar - by HatedS - 27.09.2013, 22:22
Re: ajudar anti hacker matar - by Locky_ - 27.09.2013, 22:54
Re: ajudar anti hacker matar - by Juniiro3 - 27.09.2013, 23:13
Re: ajudar anti hacker matar - by HatedS - 27.09.2013, 23:32
Re: ajudar anti hacker matar - by Locky_ - 27.09.2013, 23:35

Forum Jump:


Users browsing this thread: 3 Guest(s)