How to have IDs in chat?
#5

public OnPlayerText(playerid, text[])
{
new out[124];
format(out, sizeof(out), "%s (%d) says: %s", getName(playerid), playerid , text);
SendClientMessage(i, COLOR_WHITE, out);
return 0;
}
Reply


Messages In This Thread
How to have IDs in chat? - by fiki574 - 17.05.2011, 19:41
Re: How to have IDs in chat? - by robintjeh - 17.05.2011, 19:44
Re: How to have IDs in chat? - by fiki574 - 17.05.2011, 19:45
Re: How to have IDs in chat? - by fiki574 - 17.05.2011, 19:57
Re: How to have IDs in chat? - by PrawkC - 17.05.2011, 20:02
Re: How to have IDs in chat? - by DeadAhead - 17.05.2011, 20:04
Re: How to have IDs in chat? - by grand.Theft.Otto - 17.05.2011, 20:06
Re: How to have IDs in chat? - by PrawkC - 17.05.2011, 20:09
Re: How to have IDs in chat? - by fiki574 - 17.05.2011, 20:14
Re: How to have IDs in chat? - by grand.Theft.Otto - 17.05.2011, 20:20

Forum Jump:


Users browsing this thread: 2 Guest(s)