27.12.2015, 16:53
Hi I've ran into the most annoying bug ever. Tried to fix it for 3 hours now without success.
This simple function:
That function will double the amount of money without any reason. If I do GivePlayerMoney nothing happens. What is wrong?
This simple function:
Код HTML:
stock GivePlayerMoneyEx(playerid, amount) { Account[playerid][PocketMoney] += amount; GivePlayerMoney(playerid, Account[playerid][PocketMoney]); return true; }