[HELP] Showing Id On OnPlayerText
#9

Quote:
Originally Posted by ◄=[•
WIll[•]=► ]
Still Doesn't Work!!! ?!?
Try this

pawn Код:
public OnPlayerText(playerid, text[])
{
  format(text, sizeof(text), "%s(%d): %s",GetPlayerNameEx(playerid), playerid, text);
  SendClientMessageToAll(0xFFFFFFAA, text);
  return 0; // Don't remove or change this.
}
Код:
stock GetPlayerNameEx(playerid)
{
  new string[MAX_PLAYER_NAME];
  GetPlayerName(playerid,string,24);
  return string;
}
Reply


Messages In This Thread
[HELP] Showing Id On OnPlayerText - by will_92 - 28.02.2010, 04:50
Re: [HELP] Showing Id On OnPlayerText - by [HiC]TheKiller - 28.02.2010, 05:20
Re: [HELP] Showing Id On OnPlayerText - by AnimeOtaku - 28.02.2010, 05:21
Re: [HELP] Showing Id On OnPlayerText - by [HiC]TheKiller - 28.02.2010, 05:38
Re: [HELP] Showing Id On OnPlayerText - by AnimeOtaku - 28.02.2010, 05:41
Re: [HELP] Showing Id On OnPlayerText - by Norn - 28.02.2010, 06:06
Re: [HELP] Showing Id On OnPlayerText - by Gozerr - 28.02.2010, 06:25
Re: [HELP] Showing Id On OnPlayerText - by will_92 - 28.02.2010, 11:39
Re: [HELP] Showing Id On OnPlayerText - by Eazy_Efolife - 28.02.2010, 11:54
Re: [HELP] Showing Id On OnPlayerText - by Niixie - 28.02.2010, 13:08

Forum Jump:


Users browsing this thread: 1 Guest(s)