16.03.2013, 15:10
i think think this
i use kitten gamemode
Код:
public RandomZombie() return Half(); stock Half() { new Humans; foreach(Player, i) { if(Humans < 3) { HumanSetup(i); ShowVipukasDialog(i); ShowVerslas(i); printf("Selected humans"); Humans ++; } else { ZombieSetup2(i); ShowVerslas(i); printf("Selected zombies"); Humans = 0; } } printf("Finished Selecting teams"); return 1; }