ID next to players name
#2

If you want the id next to the name you cant have the name as a seperate color.
pawn Код:
public OnPlayerText(playerid, text[])
{
  new name[MAX_PLAYER_NAME];
  new string[144];
  GetPlayerName(playerid, name, sizeof(name));
  format(string, sizeof(string), "%s[%d] : %s", name, playerid, text);
  SendClientMessageToAll(string);
  return 0;
}
Reply


Messages In This Thread
ID next to players name - by MB@ - 04.10.2009, 15:40
Re: ID next to players name - by Jamesy - 04.10.2009, 15:43
Re: ID next to players name - by MB@ - 04.10.2009, 15:49
Re: ID next to players name - by dice7 - 04.10.2009, 15:50

Forum Jump:


Users browsing this thread: 1 Guest(s)