11.03.2012, 11:13
I need fast an anti-money cheat for the godfather script
I tried this
but it doesn't work
I tried this
pawn Код:
stock SS_GivePlayerMoney(playerid, cash)
{
PlayerInfo[playerid][pCash] += cash;
ResetPlayerMoney(playerid);
GivePlayerMoney(playerid, PlayerInfo[playerid][pCash]);
}
#if defined _ALS_GivePlayerMoney
#undef GivePlayerMoney
#else
#define _ALS_GivePlayerMoney
#endif
#define GivePlayerMoney(%0) SS_GivePlayerMoney(%0)