ID Beside name on chat.
#3

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

Код:
[13:59:55] [chat] [[EP]Awaran]: hey whats up
Reply


Messages In This Thread
ID Beside name on chat. - by BP13 - 03.12.2009, 03:15
Re: ID Beside name on chat. - by Backwardsman97 - 03.12.2009, 03:16
Re: ID Beside name on chat. - by pagie1111 - 03.12.2009, 05:01
Re: ID Beside name on chat. - by Jeffry - 03.12.2009, 13:41

Forum Jump:


Users browsing this thread: 1 Guest(s)