anti cheat
#2

Delete all of this and make a timer which repeats himself every 1000 - 1500ms and then add in it a new function:

PHP код:
SetPlayerMoney(playerid,PlayerInfo[playerid][pMoney]); 
if you didn't have the stock:
PHP код:
stock SetPlayerMoney(playerid,howmuch
{
    
PRIVATE_Last_Money[playerid]=howmuch;
    return 
GivePlayerMoney(playerid,howmuch-GetPlayerMoney(playerid));

Reply


Messages In This Thread
anti cheat - by GeneralAref - 20.01.2016, 16:12
Re: anti cheat - by DeathCore - 20.01.2016, 16:57
Re: anti cheat - by Sjn - 20.01.2016, 17:02
Re: anti cheat - by Pottus - 20.01.2016, 17:06

Forum Jump:


Users browsing this thread: 2 Guest(s)