Payday change amount
#5

Change
Код:
GetPlayerName(i, playername2, sizeof(playername2));
                    new checks = PlayerInfo[i][pPayCheck]; //paycheck amount
                    new incometax = PlayerInfo[i][pPayCheck] / 100 * Tax; //income tax amount
To:
Код:
GetPlayerName(i, playername2, sizeof(playername2));
                    new checks = PlayerInfo[i][pPayCheck]; //paycheck amount
                    new incometax = PlayerInfo[i][pPayCheck] / 10 * Tax; //income tax amount
Try that
Reply


Messages In This Thread
Payday change amount - by Donvalley - 16.06.2013, 02:23
Re: Payday change amount - by Stereotype - 16.06.2013, 02:45
Re: Payday change amount - by Donvalley - 16.06.2013, 02:47
Re: Payday change amount - by Donvalley - 16.06.2013, 02:49
Re: Payday change amount - by JimmyCh - 16.06.2013, 07:55

Forum Jump:


Users browsing this thread: 1 Guest(s)