27.12.2010, 19:59
Hello,
I got a weird problem
returns 0. 'file' is formatted good. The problem is in the first %d (Bank Cash: $%d). That one just gives 0 although I got 200000 in my bank.
Regards, Jochem
I got a weird problem
pawn Код:
format(string,sizeof(string)," Bank Cash: $%d - 5 Percent Profit = $%d - New Balance: $%d.",dini_Int(file,"BankMoney"),BankProfit,dini_Int(file,"BankMoney") + BankProfit);
SendClientMessage(playerid,COLOR_ORANGE,string);
Regards, Jochem