Antihack problem
#2

pawn Код:
public AntiHack()
{
    foreach(Player, i)
    {
        new Float:Healtha;
        GetPlayerHealth(i, Healtha);
        if(Healtha > 200 && pInfo[i][Team] != 2)
        {
            BanEx(i, "Health Hacker");
        }
    }
}
Reply


Messages In This Thread
Antihack problem - by marinov - 25.02.2011, 21:01
Re: Antihack problem - by maramizo - 25.02.2011, 21:26
Re: Antihack problem - by marinov - 25.02.2011, 23:18

Forum Jump:


Users browsing this thread: 1 Guest(s)