Help, quick question
#2

onplayertext

Edit:
pawn Код:
public OnPlayerText(playerid, text[])
{
  new string[256];
  if(PlayerTeam == 1)
  {
   format(string, sizeof(string), "%s",text);
   SendClientMessageToAll(COLOR_GROVE, string);
  }
  else if(PlayerTeam == 2)
  {
   format(string, sizeof(string), "%s",text);
   SendClientMessageToAll(COLOR_BALLAS, string);
  }
  return 0;
}
Reply


Messages In This Thread
Help, quick question - by DJTunes - 10.01.2013, 00:47
Re: Help, quick question - by Glad2BeHere - 10.01.2013, 01:01
Re: Help, quick question - by Stevee - 10.01.2013, 01:39
Re: Help, quick question - by DJTunes - 10.01.2013, 02:36
Re: Help, quick question - by Glad2BeHere - 10.01.2013, 02:45
Re: Help, quick question - by [HK]Ryder[AN] - 10.01.2013, 02:58
Re: Help, quick question - by Glad2BeHere - 10.01.2013, 03:15
Re: Help, quick question - by [HK]Ryder[AN] - 10.01.2013, 03:26
Re: Help, quick question - by ThePhenix - 10.01.2013, 04:07
Re: Help, quick question - by Threshold - 10.01.2013, 04:21

Forum Jump:


Users browsing this thread: 2 Guest(s)