09.12.2014, 15:20
i changed it to this
This is what i get:
Код:
if(PlayerInfo[i][pLS] == 0) { format(string, sizeof(string), " Paycheck: $%s | SA Gov Tax: $%s (%d percent)", number_format(PlayerInfo[i][pPayCheck]), number_format((PlayerInfo[i][pPayCheck] / 100) * 2000), TaxValue); PlayerInfo[i][pAccount] -= (PlayerInfo[i][pPayCheck] / 100) * 2000; Tax += (PlayerInfo[i][pPayCheck] / 100) * 2000; }
Код:
[17:06:01] ________ BANK STATEMENT ________ [17:06:01] Paycheck: $3,600 | SA Gov Tax: $72,000 (29 percent) [17:06:01] Balance: $-71,900 | Interest rate: 0.1 percent (50k max) [17:06:01] Taxi licensing fee (5 percent): $180 [17:06:01] Interest gained: $-36 [17:06:01] ______________________________________ [17:06:01] New balance: $-71,936 | Rent paid: $0