Random System
#1

Hello, how can i make that this picks 2 or 3 zombies (depending on player amount)?

Код:
stock OneZombie()
{
    new count = 0;
    new Random = Iter_Random(Player);
    foreach(Player, i)
    {
        if(team[i] == TEAM_HUMAN) count++;
        if(count == Iter_Count(Player))
        {
			ZombieSetup(Random);
        }
    }
    return 1;
}
Reply
#2

nobody?
Reply
#3

No one can help me with that?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)