Best way to get a players text
#7

Something like this?

pawn Код:
#define TEAM_TEST 1

for(i=1;i<=MAX_PLAYERS;i++)
{
  if(gTeam[i] == 1)//had some problems in the past with gTeam .... try it anyway
  {
    SendClientMessage(i,0x222200FF,cmdtext[7]);
  }
}
Reply


Messages In This Thread
Best way to get a players text - by Torran - 20.02.2010, 17:27
Re: Best way to get a players text - by BlackFoX - 20.02.2010, 17:55
Re: Best way to get a players text - by Torran - 20.02.2010, 17:58
Re: Best way to get a players text - by BlackFoX - 20.02.2010, 18:04
Re: Best way to get a players text - by Torran - 20.02.2010, 18:09
Re: Best way to get a players text - by Torran - 21.02.2010, 14:42
Re: Best way to get a players text - by Rizard - 21.02.2010, 14:57
Re: Best way to get a players text - by Nero_3D - 21.02.2010, 15:16
Re: Best way to get a players text - by Torran - 21.02.2010, 15:27
Re: Best way to get a players text - by Rzzr - 21.02.2010, 15:33

Forum Jump:


Users browsing this thread: 1 Guest(s)