Anti Money Hack and Filterscripts
#2

You shouldn't define the GivePlayerCash, that's the same as using GivePlayerMoney and obviously will count you as a cheater because you aren't changing the variable amount of money.

You should paste this stock:
pawn Код:
stock GivePlayerCash(playerid, money)
{
    Cash[playerid] += money;
    ResetMoneyBar(playerid);//Resets the money in the original moneybar, Do not remove!
    UpdateMoneyBar(playerid,Cash[playerid]);//Sets the money in the moneybar to the serverside cash, Do not remove!
    return Cash[playerid];
}
And then use GivePlayerCash(playerid, 100); (for example) for giving playerid 100 of money. Hope you understand
Reply


Messages In This Thread
Anti Money Hack and Filterscripts - by vinnythebest - 10.01.2015, 14:42
Respuesta: Anti Money Hack and Filterscripts - by The_Scope - 10.01.2015, 14:50
Re: Anti Money Hack and Filterscripts - by vinnythebest - 10.01.2015, 15:08
Re: Anti Money Hack and Filterscripts - by vinnythebest - 10.01.2015, 21:45
Re: Anti Money Hack and Filterscripts - by vinnythebest - 10.01.2015, 22:34
Re: Anti Money Hack and Filterscripts - by vinnythebest - 11.01.2015, 00:04

Forum Jump:


Users browsing this thread: 1 Guest(s)