09.02.2010, 19:47
You should note, that you're setting your drugamounts, and not adding to them
Even if you have 452 'weed', you would pay all of that money to have your 'weed'
Should change all of your codes to
pawn Code:
weed[playerid] = 453;
Should change all of your codes to
pawn Code:
weed[playerid]+= 453;