17.02.2013, 13:18
Hi this is my anti money cheat
This is the error Im getting.
pawn Код:
forward GivePlayerMoneyEx(playerid,ammount);
public GivePlayerMoneyEx(playerid,ammount)
{
OldMoney[playerid] = GetPlayerMoney(playerid)
NewMoney[playerid] = ammount; //The error seems to be over here <
GivePlayerMoney(playerid,ammount);
return 1;
}
pawn Код:
error 001: expected token: ";", but found "-identifier-"