Auto Team Balance
#2

It's only an exemple...

pawn Код:
// make a settimer.
if(humans >= 5 || zombies <=2))
{
  for(new i = 0; i < MAX_PLAYERS; i++)
  {
       i = zombies;
       random(100) + SetPlayerTeam(playerid,zombie);
       SpawnPlayer(playerid);
       if(i >= 3) break;
  }
 
}
Reply


Messages In This Thread
Auto Team Balance - by sanrock - 16.06.2012, 12:28
Re: Auto Team Balance - by leonardo1434 - 16.06.2012, 13:26
Re: Auto Team Balance - by sanrock - 18.06.2012, 22:16
Re: Auto Team Balance - by sanrock - 18.06.2012, 23:16
Re: Auto Team Balance - by tiernantheman - 19.06.2012, 00:02
Re: Auto Team Balance - by sanrock - 19.06.2012, 00:03
Re: Auto Team Balance - by tiernantheman - 19.06.2012, 00:05
Re: Auto Team Balance - by sanrock - 19.06.2012, 06:47
Re: Auto Team Balance - by iggy1 - 19.06.2012, 07:10

Forum Jump:


Users browsing this thread: 2 Guest(s)