get ALL players team ... is that posible ?
#1

is there any way to check if all the players (the online players ofcours) are in the same team
i mad this but I'm petty sure that's not correct
so all the ideas for this are welcome
Код:
    for(new I = 0; I < MAX_PLAYERS; I++) 
    {
           if GetPlayerTeam(i) == 1
           {  
                   new Winner = random(i);
                   SetPlayerTeam(Winner, 2);
                   SetPlayerHealth(Winner, 0);
            }
    }
Reply


Messages In This Thread
get ALL players team ... is that posible ? - by Amine_Mejrhirrou - 26.04.2011, 13:02
Re: get ALL players team ... is that posible ? - by Raimis_R - 26.04.2011, 13:06
Re : get ALL players team ... is that posible ? - by Amine_Mejrhirrou - 26.04.2011, 14:21
Re: get ALL players team ... is that posible ? - by Raimis_R - 26.04.2011, 14:25
Re : get ALL players team ... is that posible ? - by Amine_Mejrhirrou - 26.04.2011, 20:05

Forum Jump:


Users browsing this thread: 1 Guest(s)