01.06.2011, 11:14
Well i startred making an anticheat for my gamemode, I use a custom function GivePlayerMoneyA(playerid, ammount );
I replaced all "GivePlayerMoney" with "GivePlayerMoneyA" And compiler give me this error
Any possible solutions?
Код:
stock GivePlayerMoneyA(playerid, ammount); { ......... (code here ) return 1; }
Код:
error 004: function "GivePlayerMoneyA" is not implemented