Help Paycheck
#8

Try this
PHP код:
else if(PlayerInfo[i][pNation] == 0)
            {
                
format(stringsizeof(string), "  Paycheck: $%s  |  Gov Tax: $%s (%d phan tram)"number_format(PlayerInfo[i][pPayCheck]), number_format((PlayerInfo[i][pPayCheck] / 50) * TaxValue), TaxValue);
                
PlayerInfo[i][pAccount] -= (PlayerInfo[i][pPayCheck] / 100) * TaxValue;
                
Tax += (PlayerInfo[i][pPayCheck] / 50) * TaxValue;
            }
            
SendClientMessageEx(iCOLOR_GRAD1string);
            
interest = (PlayerInfo[i][pAccount] + 1) / 10 
Reply


Messages In This Thread
Help Paycheck - by WangFao - 08.04.2018, 23:23
Re: Help Paycheck - by FaLLenGirL - 09.04.2018, 12:08
Re: Help Paycheck - by WangFao - 09.04.2018, 14:04
Re: Help Paycheck - by Mugala - 09.04.2018, 18:35
Re: Help Paycheck - by WangFao - 10.04.2018, 09:06
Re: Help Paycheck - by IndependentGaming - 10.04.2018, 10:21
Re: Help Paycheck - by WangFao - 10.04.2018, 13:31
Re: Help Paycheck - by IndependentGaming - 11.04.2018, 11:31
Re: Help Paycheck - by WangFao - 11.04.2018, 17:21

Forum Jump:


Users browsing this thread: 2 Guest(s)