Team Balance Random
#1

~nvm~
Reply
#2

Код:
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;
}
Reply
#3

~nvm~
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)