different from the current location spawn
#1

hi, i have little problem here

this my code [from zombie apocalypse]
Код:
stock SpawnSetup()
{
    new count = 0;
    new Random = Iter_Random(Player);
    foreach(Player, i)
    {
        if(team[i] == TEAM_RED) count++;
        if(count == Iter_Count(Player))
        {
		BlueTeam(Random);
        }
    }
    return 1;
}
my think

if player under 5, spawn 1 blue team
if player more than 5, spawn 2 blue team
Reply
#2

bump
Reply
#3

bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)