ID in chat
#2

mmm.. do you want text to be shown in the same color as player?

Код:
if (realchat == 0)
{
	new string5[128];
	GetPlayerName(playerid, sendername, sizeof(sendername));
	format(string5, sizeof(string5), "%s[%i]: %s", sendername, playerid, text);
	SendClientMessageToAll(GetPlayerColor(playerid),string5);
	return 0;
}
Reply


Messages In This Thread
ID in chat - by jakes888 - 16.07.2009, 17:09
Re: ID in chat - by Khelif - 16.07.2009, 17:23
Re: ID in chat - by oOChazyBoyOo - 19.09.2009, 01:06
Re: ID in chat - by [eLg]Timmy - 19.09.2009, 09:46

Forum Jump:


Users browsing this thread: 1 Guest(s)