I need a little help with Colour messages
#1

I need a little help with Colour messages.

Код:
new chat = 1;

// OnPlayerText
if(chat)
{
     format(string, sizeof(string), "(%d): %s", playerid, text[0]);
     SendPlayerMessageToAll(playerid, string);
     return 0;
}
I want to do when I write {FF0000} (or other color)Text to write my message in red
Reply


Messages In This Thread
I need a little help with Colour messages - by Join7 - 04.12.2011, 15:19
Re: I need a little help with Colour messages - by Thresholdold - 04.12.2011, 15:22
Re: I need a little help with Colour messages - by Join7 - 04.12.2011, 15:24
Re: I need a little help with Colour messages - by grand.Theft.Otto - 04.12.2011, 15:30
Re: I need a little help with Colour messages - by Thresholdold - 04.12.2011, 15:31
Re: I need a little help with Colour messages - by leong124 - 04.12.2011, 15:32
Re: I need a little help with Colour messages - by Join7 - 04.12.2011, 15:37

Forum Jump:


Users browsing this thread: 3 Guest(s)