Antihack detect problem
#1

I am trying to create a anti hack system, this is against money, but its saying he is hacking even when hes not
pawn Код:
foreach(Player, i)
{
    if(GetPlayerMoney(i) >= PlayerInfo[i][pMoney])
    {
        format(string, sizeof(string), "(HACK) %s is using money hacks.", name);
        SendAdminMessage(1, COLOR_RED, string);
    }
}
Should check if their money is higher than pMoney
Reply


Messages In This Thread
Antihack detect problem - by Wolfey20 - 05.03.2015, 12:39
Re: Antihack detect problem - by CalvinC - 05.03.2015, 12:41
Re: Antihack detect problem - by Wolfey20 - 05.03.2015, 12:52
Re: Antihack detect problem - by ATGOggy - 05.03.2015, 13:04
Re: Antihack detect problem - by CalvinC - 05.03.2015, 13:07
Re: Antihack detect problem - by ATGOggy - 05.03.2015, 13:14
AW: Re: Antihack detect problem - by Kaliber - 05.03.2015, 13:18
Re: AW: Re: Antihack detect problem - by ATGOggy - 05.03.2015, 13:19
Re: Antihack detect problem - by Wolfey20 - 05.03.2015, 13:21
AW: Re: AW: Re: Antihack detect problem - by Kaliber - 05.03.2015, 13:32

Forum Jump:


Users browsing this thread: 2 Guest(s)