Help Paycheck
#7

Quote:
Originally Posted by SacrificeGaming
Посмотреть сообщение
Код:
if(PlayerInfo[i][pConnectSeconds] >= 3600)
- This is 60 minutes that means you get the paycheck every hour.

to change the paycheck you have to

you have to play with the "100" after the

PHP код:
else if(PlayerInfo[i][pNation] == 1)
            {
                
format(stringsizeof(string), "  Paycheck: $%s  |  TR Gov Tax: $%s (%d phan tram)"number_format(PlayerInfo[i][pPayCheck]), number_format((PlayerInfo[i][pPayCheck] / 100) * TRTaxValue), TRTaxValue);
                
PlayerInfo[i][pAccount] -= (PlayerInfo[i][pPayCheck] / 100) * TRTaxValue;
                
TRTax += (PlayerInfo[i][pPayCheck] / 100) * TRTaxValue;
            }
            
SendClientMessageEx(iCOLOR_GRAD1string);
            
interest = (PlayerInfo[i][pAccount] + 1) / 1000 
you also need to change the intrest rate from 1000 to 100 if you want to change it rate is not as I can see 100,000 and you get 1,000 intrest

* is the value so try to change the 100 to 200
I tried change 1000 to 100, but still not
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: 1 Guest(s)