[HELP] Anyone got any idea?
#2

Replace SendClientMessageToAll with something like:

pawn Код:
for(new i; i< MAX_PLAYERS; i++)
{
  if(GetPlayerTeam(playerid) == whatever)
  {
    SendClientMessage(playerid, COLOR_BLUE, str);
  }
}
Note: You must change the == whatever to suit your team setup.
Reply


Messages In This Thread
[HELP] Anyone got any idea? - by FreddeN - 14.06.2009, 22:20
Re: [HELP] Anone got any idea? - by Weirdosport - 14.06.2009, 22:29
Re: [HELP] Anone got any idea? - by Moustafa - 14.06.2009, 23:46
Re: [HELP] Anone got any idea? - by FreddeN - 15.06.2009, 10:44
Re: [HELP] Anone got any idea? - by JoeDaDude - 15.06.2009, 10:47
Re: [HELP] Anone got any idea? - by FreddeN - 15.06.2009, 10:51
Re: [HELP] Anyone got any idea? - by JoeDaDude - 15.06.2009, 10:57
Re: [HELP] Anyone got any idea? - by FreddeN - 15.06.2009, 11:00

Forum Jump:


Users browsing this thread: 3 Guest(s)