Anti Money Cheat problem
#3

Got it fixed, and I disabled everything related to stunts bonus.
pawn Код:
public GiveCash(playerid, cash)
{
    new oldcash = GetPlayerMoney(playerid);
    if(oldcash < PlayerInfo[playerid][pCash] && oldcash > -1) PlayerInfo[playerid][pCash] = oldcash;
    PlayerInfo[playerid][pCash] += cash;
    ResetPlayerMoney(playerid);
    GivePlayerMoney(playerid,PlayerInfo[playerid][pCash]);
    return 1;
}
Reply


Messages In This Thread
Anti Money Cheat problem - by PaulDinam - 01.03.2013, 15:23
Re: Anti Money Cheat problem - by Neil. - 01.03.2013, 15:27
Re: Anti Money Cheat problem - by PaulDinam - 01.03.2013, 15:40

Forum Jump:


Users browsing this thread: 2 Guest(s)