Auto Team Balance
#4

pawn Код:
stock EvenTeams() {
    new
        rand = random(2)
    ;
    foreach(Player, i) {
        if((rand = !rand)) {
            ZombieSetup2(i);
        } else  {
            HumanSetup2(i);
        }
    }
}
Reply


Messages In This Thread
Auto Team Balance - by Blackazur - 10.04.2013, 16:39
AW: Auto Team Balance - by Blackazur - 10.04.2013, 19:17
Re: Auto Team Balance - by ThaCrypte - 10.04.2013, 19:53
AW: Auto Team Balance - by Nero_3D - 10.04.2013, 20:22
AW: Auto Team Balance - by Blackazur - 15.04.2013, 15:47

Forum Jump:


Users browsing this thread: 1 Guest(s)