{FFFFFF} in TextDraws - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: {FFFFFF} in TextDraws (
/showthread.php?tid=563826)
{FFFFFF} in TextDraws -
Alpay0098 - 17.02.2015
Hi,
Can't I use colors like {FFFFFF} in Textdraws strings?
for example: (it doesn't work)
TextDrawCreate(320.0, 366.0, "{e4e4e4}Va baraye zang zadan be doctor {a5171a}/service ems {e4e4e4}ra bezanid");
Re: {FFFFFF} in TextDraws -
Misiur - 17.02.2015
You can use
gametext colors, {} style one won't work
Re: {FFFFFF} in TextDraws -
Ritzy2K - 17.02.2015
Note...- Those hex colour codes are just for clientmessages...but the things that are to be displayed on 'screen'...U need to use gamemodetext color which goes like this ~colourWord~ like u said {FFFFFF} this is for white... u can use ~w~urtext to display it white
Re: {FFFFFF} in TextDraws -
Alpay0098 - 17.02.2015
How can I add another color like ~r~ that shows red ... ?
For example I wanna show a word with color a5171a. What I have to do?
Re: {FFFFFF} in TextDraws -
Schneider - 17.02.2015
You can't change that.
Re: {FFFFFF} in TextDraws -
Alpay0098 - 17.02.2015
How bad ...
Ok thanks.
#CLOSED
Re: {FFFFFF} in TextDraws -
Ritzy2K - 17.02.2015
by the way... u can create certain colors using combinations..
![Smiley](images/smilies/smile.png)
u can make orange Off white cream sky blue..
![Smiley](images/smilies/smile.png)
read the samp wiki man n try to make combinations.