Make this team balance random
#1

Hello, how to make this team balance random without that it's chosing after ID's?

Код:
stock TeamBalance()
{
	new Humans;
	foreach(Player, i)
	{
	    if(Humans < 3)
	    {
	        HumanSetup(i);
	        printf("Selected humans");
	        Humans ++;
	    }
	    else
	    {
	        ZombieSetup2(i);
	        printf("Selected zombies");
	        Humans = 0;
	    }
	}
	printf("Finished Selecting teams");
	return 1;
}
Reply
#2

How?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)