Teams
#3

something like:
Код:
for(new i = 0; i < MAX_PLAYERS; i++)
  {
  if(YourTeamVariable[playerid]=firstteam)
    {
    if(YourTeamVariable[i]=firstteam)
      {
      artilerytime[i]=1;
      }
    }
  else if(YourTeamVariable[playerid]=anotherteam)
    {
    if(YourTeamVariable[i]=anotherteam)
      {
      artilerytime[i]=1;
      }
    }
  }
Reply


Messages In This Thread
Teams - by dafel2 - 22.08.2009, 14:43
Re: Teams - by dafel2 - 23.08.2009, 08:52
Re: Teams - by ronyx69 - 23.08.2009, 10:23
Re: Teams - by Waqqa - 23.08.2009, 10:31

Forum Jump:


Users browsing this thread: 1 Guest(s)