how to get your id after your name in chat?
#2

That will send a message like this:

Thomas_Conroy (0): Hello

To send one like this:

Thomas_Conroy (0): Hello

Do this:

pawn Код:
public OnPlayerText(playerid, text[])
{
  new string[128];
  format(string, sizeof(string), "[%d]: %s", playerid, text);
  SendPlayerMessageToAll(playerid, string);
  return 0;
}
Reply


Messages In This Thread
how to get your id after your name in chat? - by myandyou - 02.06.2009, 15:14
Re: how to get your id after your name in chat? - by Weirdosport - 02.06.2009, 15:24
Re: how to get your id after your name in chat? - by harly - 02.06.2009, 15:27

Forum Jump:


Users browsing this thread: 2 Guest(s)