Help! With anti money cheat.
#1

Hi this is my anti money cheat


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;
}
This is the error Im getting.

pawn Код:
error 001: expected token: ";", but found "-identifier-"
Reply


Messages In This Thread
Help! With anti money cheat. - by California_ - 17.02.2013, 13:18
Re: Help! With anti money cheat. - by dusk - 17.02.2013, 13:20

Forum Jump:


Users browsing this thread: 1 Guest(s)