Question for strings
#10

@AmigaBlizzard Do i need to put this:
Код:
 public Plata()
{
new bank = 1;
foreach(Player, i)
    {
    if(gPlayerLogged[i] == 1)
      {
       bank = 1; // this
       if(PlayerInfo[i][pVip] > 1) bank = 5;
       GiveMoney(i, money*bank);
..
Because, if i dont put this, for first player who have vip bank will be 5, and for all next players??

@SickAttack Thank you!
Reply


Messages In This Thread
Question for strings - by DusanInfinity - 21.12.2015, 10:03
Re: Question for strings - by RoboN1X - 21.12.2015, 10:08
Re: Question for strings - by DusanInfinity - 21.12.2015, 10:15
Re: Question for strings - by Vince - 21.12.2015, 10:21
Re: Question for strings - by jamesbond007 - 21.12.2015, 11:41
Re: Question for strings - by Mic_H - 21.12.2015, 13:09
Re: Question for strings - by DusanInfinity - 21.12.2015, 19:13
Re: Question for strings - by AmigaBlizzard - 21.12.2015, 20:31
Re: Question for strings - by SickAttack - 21.12.2015, 21:48
Re: Question for strings - by DusanInfinity - 22.12.2015, 19:23

Forum Jump:


Users browsing this thread: 3 Guest(s)