Select 2 Players
#1

Hello, how can i make that this chooses instead of one Player 2 Players?

Код:
stock OnePlayer()
{
    new count = 0;
    new Random = Iter_Random(Player);
    foreach(Player, i)
    {
        if(team[i] == TEAM_RED) count++;
        if(count == Iter_Count(Player))
        {
			SendClientMessage(playerid,COLOR_RED"You got chosen.");
        }
    }
    return 1;
}
Reply


Messages In This Thread
Select 2 Players - by Blackazur - 22.05.2015, 01:58
Re: Select 2 Players - by jamesbond007 - 22.05.2015, 02:05
AW: Select 2 Players - by Blackazur - 22.05.2015, 02:11
Re: AW: Select 2 Players - by SickAttack - 22.05.2015, 03:12
Re: Select 2 Players - by Gammix - 22.05.2015, 03:30

Forum Jump:


Users browsing this thread: 1 Guest(s)