Simple SAMP Math Symbols Question
#1

pawn Код:
if(PlayerInfo[i][pSavings] >= 50000)
                {
                    new savings = ((5/10)/100)*(PlayerInfo[i][pSavings]);
                    PlayerInfo[i][pSavings] += savings;
                    format(string,sizeof(string),"Your savings grew with 0.5 percent,total: %d",PlayerInfo[i][pSavings]);
                    SendClientMessage(i,COLOR_GREY,string);
                }
How to do that calcules cuz it doesn't work .
I need this fast.I need the Savings account to raise every payday with 0.5%
Reply


Messages In This Thread
Simple SAMP Math Symbols Question - by SkizzoTrick - 31.03.2011, 21:04
Re: Simple SAMP Math Symbols Question - by Calgon - 31.03.2011, 21:07
Re: Simple SAMP Math Symbols Question - by Mauzen - 31.03.2011, 21:09
Re: Simple SAMP Math Symbols Question - by SkizzoTrick - 31.03.2011, 21:11
Re: Simple SAMP Math Symbols Question - by -Rebel Son- - 01.04.2011, 03:34

Forum Jump:


Users browsing this thread: 1 Guest(s)