Need help with rondom zombies
#1

Hi i need help with rondom zombies and humans now zombies are on the id always 3 and 6 id are zombies i need rondom :P
codes :
zombie
Код:
ZombieSetup(targetid);
SpawnPlayer(targetid);
and human
Код:
HumanSetup(targetid);
SpawnPlayer(targetid);
Reply
#2

Show us the codes which makes them as zombies/humans.
Reply
#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
#4

Never mind.
Reply
#5

anyone ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)