25.07.2013, 19:32
***DELETED****
Checked your script and just add
Money[playerid] += AMOUNT;
under the GivePlayerMoney
Use same amounts for both like
Good luck!
Checked your script and just add
Money[playerid] += AMOUNT;
under the GivePlayerMoney
Use same amounts for both like
Код:
GivePlayerMoney(playerid, 250); Money[playerid] += 250;