Paycheck/Payday Problem
#3

Код:
f(PlayerInfo[i][pSA] == 0)
{
format(string, sizeof(string), " Paycheck: $%s | SA Gov Tax: $%s (%d percent)", number_format(PlayerInfo[i][pPayCheck]), number_format((PlayerInfo[i][pPayCheck] / 100) * TaxValue), TaxValue);
PlayerInfo[i][pAccount] -= (PlayerInfo[i][pPayCheck] / 100) * TaxValue;
Tax += (PlayerInfo[i][pPayCheck] / 100) * TaxValue;
}
Reply


Messages In This Thread
Paycheck/Payday Problem - by IndependentGaming - 09.12.2014, 21:20
Re: Paycheck/Payday Problem - by IndependentGaming - 10.12.2014, 06:10
Re: Paycheck/Payday Problem - by IndependentGaming - 10.12.2014, 06:54
Re: Paycheck/Payday Problem - by Smally - 10.12.2014, 07:05
Re: Paycheck/Payday Problem - by IndependentGaming - 10.12.2014, 07:07
Re: Paycheck/Payday Problem - by Smally - 10.12.2014, 07:09
Re: Paycheck/Payday Problem - by IndependentGaming - 10.12.2014, 07:14
Re: Paycheck/Payday Problem - by Divergent - 10.12.2014, 08:01
Re: Paycheck/Payday Problem - by IndependentGaming - 10.12.2014, 08:02
Re: Paycheck/Payday Problem - by Divergent - 10.12.2014, 08:04

Forum Jump:


Users browsing this thread: 6 Guest(s)