Need help with rondom zombies
#3

i think think this
Код:
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;
}
i use kitten gamemode
Reply


Messages In This Thread
Need help with rondom zombies - by ignas1125 - 16.03.2013, 15:05
Re: Need help with rondom zombies - by Denying - 16.03.2013, 15:07
Re: Need help with rondom zombies - by ignas1125 - 16.03.2013, 15:10
Re: Need help with rondom zombies - by Denying - 16.03.2013, 15:12
Re: Need help with rondom zombies - by ignas1125 - 16.03.2013, 15:22

Forum Jump:


Users browsing this thread: 1 Guest(s)