Anti money hack
#1

helloo

i have this function to give players moeny
PInfo[playerid][Money];


and this is my current anticheat but not working

PHP код:
public RandomTimer()
{
    for(new 
ii<MAX_PLAYERSi++)
    {
        if(
GetPlayerMoney(i) != PInfo[i][Money])//Money/Cash anti-cheat
        
{
            
ResetPlayerMoney(i);
            
GivePlayerMoney(i,PInfo[i][Money]);
        }
    }

i also need to make it bannable
how to do it ??
Reply


Messages In This Thread
Anti money hack - by bugmenotlol - 01.12.2016, 19:19
Re: Anti money hack - by lollypap54 - 01.12.2016, 19:31
Re: Anti money hack - by bugmenotlol - 01.12.2016, 20:34
Re: Anti money hack - by bugmenotlol - 02.12.2016, 05:55
Re: Anti money hack - by 2xRichard - 18.08.2017, 23:48
Re: Anti money hack - by aoky - 19.08.2017, 00:37

Forum Jump:


Users browsing this thread: 1 Guest(s)