28.08.2011, 07:08
Quote:
depends how the give money works, if you only use your variables then you have some money bug or something that they're exploiting, if you use GetPlayerMoney and they freeze their money then they'd keep getting money using your system.
|
I perform my anti cheat operations using the code below, but it's up to you.
pawn Код:
public OnPlayerUpdate(playerid)
{
SetPlayerMoney(playerid, PlayerInfo[playerid][pCash]);
return 1;
}