SetPlayerTeam
#1

Is it possible to use something like,

Код:
if (playerid == 0 || playerid == 2 || playerid == 4|| playerid == 6 || playerid == 8 (and so on to 50) )
        {
            SetPlayerTeam (playerid, 1);
        }
if (playerid == 1 || playerid == 3 || playerid == 5|| playerid == 7 || playerid == 9 (and so on to 50) )
        {
            SetPlayerTeam (playerid, 2);
        }
to set the players team by using their id? I want this so that each team will always have close to equal numbers...
Reply


Messages In This Thread
SetPlayerTeam - by cray1100 - 05.08.2013, 04:24
Re: SetPlayerTeam - by SwisherSweet - 05.08.2013, 04:25
Re: SetPlayerTeam - by RajatPawar - 05.08.2013, 04:28
Re: SetPlayerTeam - by cray1100 - 05.08.2013, 04:31
Re: SetPlayerTeam - by Edix - 05.08.2013, 05:01

Forum Jump:


Users browsing this thread: 1 Guest(s)