14.02.2011, 14:31
Split your line. The first would be reading the needed deposit value,
And the second one would be the dini save,
I'm not sure, but it might be something that you haven't shown us. For example, maybe a bad code while getting the money variable?
BTW, I suggest using Y_ini instead of the old dini, this is much faster.
pawn Code:
new cash = PlayerInfo[playerid][BankMoney] += money)
pawn Code:
dini_IntSet(file, "Bank Money",cash);
BTW, I suggest using Y_ini instead of the old dini, this is much faster.