06.05.2015, 22:34
(
Последний раз редактировалось Blackazur; 07.05.2015 в 19:00.
)
~nvm~
stock TeamBalance() { new Humans; new count = GetPlayerPoolSize(); count /= 2; foreach(Player, i) { if(Humans <= count) { HumanSetup(i); printf("Selected humans"); Humans ++; } else { ZombieSetup2(i); printf("Selected zombies"); Humans = 0; } } printf("Finished Selecting teams"); return 1; }