24.05.2009, 21:22
pawn Code:
BankCash[playerid] = dUserINT(PlayerName(playerid)).("bankcash");
new MoneyInPack =dUserINT(PlayerName(playerid)).("HasPackMoney");
BankCash[playerid] +=MoneyInPack;
HasPackMoney[playerid]=0;
It does ... nothing.
I've tried a few different ways to do it, this is the most recent.
The players packback keeps the same amount and the bank account doesn't increase.
Before you ask; this IS all the code you will need. All the other code in the command would have nothing to do with this part.
This is a very strange problem; one I can't seem to figure out, any help would be appreciated.