Anticheat question
#2

This can work:-
Код:
if(PlayerData[playerid][pMoney] != GetPlayerMoney(playerid))
{
    GivePlayerMoney(playerid,PlayerData[playerid][pMoney]);
    AccountBan(playerid);
    CheatGivingMoney[playerid] = 0;
}
else CheatGivingMoney[playerid] = 1;
PlayerData[playerid][pMoney] = GetPlayerMoney(playerid);
Reply


Messages In This Thread
Anticheat question - by pollo97 - 23.02.2016, 15:47
Re: Anticheat question - by K0P - 23.02.2016, 16:01
Re: Anticheat question - by pollo97 - 23.02.2016, 16:26
Re: Anticheat question - by AmigaBlizzard - 23.02.2016, 22:52
Re: Anticheat question - by pollo97 - 24.02.2016, 05:39

Forum Jump:


Users browsing this thread: 2 Guest(s)