colour textdraw
#3

SendClientMessage(playerid, COLOR_XXX, "Message");
The color XXX stands for any color you'd like to use, but there's a small format.

Go to the top of your script, and do that:
pawn Код:
#define COLOR_RED 0xFF0000FF
Use this: http://colorpicker.com/ and pick the color of your choise, then copy the color ID.
Go to your script, at the top of that do the example I gave you, but make sure to add '0x', at the beggining of the color, and 'FF', at the end of it.

So it will be like that:
pawn Код:
#define COLOR_XXX  0xCOLORIDFF
Good luck.
Reply


Messages In This Thread
colour textdraw - by [ADM]Madon - 30.09.2013, 16:36
Re: colour textdraw - by Konstantinos - 30.09.2013, 16:37
Re: colour textdraw - by CesarLT - 30.09.2013, 16:45
Re: colour textdraw - by [ADM]Madon - 30.09.2013, 16:47
Re: colour textdraw - by Konstantinos - 30.09.2013, 16:51
Re: colour textdraw - by [ADM]Madon - 30.09.2013, 17:24
Re: colour textdraw - by [ADM]Madon - 30.09.2013, 17:44
Re: colour textdraw - by Nofear192 - 30.09.2013, 17:55
Re: colour textdraw - by [ADM]Madon - 02.10.2013, 00:42

Forum Jump:


Users browsing this thread: 1 Guest(s)