Player ID in front of Player Name?
#9

pawn Код:
public OnPlayerText(playerid, text[])
{
 new name[MAX_PLAYER_NAME+1], msg[128];

 GetPlayerName(playerid, name, sizeof(name));
 format(msg, sizeof(msg), "[%02d] %s: {FFFFFF}%s", playerid, name, text);

 SendClientMessageToAll(GetPlayerColor(playerid), msg);
 return 0;
}
https://sampwiki.blast.hk/wiki/OnPlayerText
Reply


Messages In This Thread
Player ID in front of Player Name? - by iPoisonxL - 03.07.2013, 22:42
Re: Player ID in front of Player Name? - by shadowdog - 03.07.2013, 23:24
Re: Player ID in front of Player Name? - by iPoisonxL - 03.07.2013, 23:27
Re: Player ID in front of Player Name? - by BigGroter - 03.07.2013, 23:48
Re: Player ID in front of Player Name? - by iPoisonxL - 04.07.2013, 10:22
Re: Player ID in front of Player Name? - by Vince - 04.07.2013, 10:24
Re: Player ID in front of Player Name? - by iPoisonxL - 04.07.2013, 10:27
Re: Player ID in front of Player Name? - by Vince - 04.07.2013, 10:29
Re: Player ID in front of Player Name? - by RedFusion - 04.07.2013, 10:32
Re: Player ID in front of Player Name? - by TheMaxXx - 04.07.2013, 10:35

Forum Jump:


Users browsing this thread: 2 Guest(s)