How to make 'Orange Color' in gametext? - 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: How to make 'Orange Color' in gametext? (
/showthread.php?tid=523392)
How to make 'Orange Color' in gametext? -
Juvanii - 01.07.2014
Is it possible to make orange color by mixing some colors just like these mixes?
Код:
Originally posted by sa-mp wiki:
~h~~h~ pale yellow
~x~ brown
~x~~h~ light brown
~x~~h~~h~ yellow
~r~~h~ light red
~r~~h~~h~ red pink
~r~~h~~h~~h~ dark pink
~r~~h~~h~~h~~h~ light red pink
~r~~h~~h~~h~~h~~h~ pink
~g~~h~ light green
~g~~h~~h~ more light green
~g~~h~~h~~h~ sea green
~g~~h~~h~~h~~h~ offwhite
~b~~h~ blue
~b~~h~~h~ purplish blue
~b~~h~~h~~h~ light blue
~y~~h~~h~ offwhite
~p~~h~ medium pink
Re: How to make 'Orange Color' in gametext? -
d3ll - 02.07.2014
pawn Код:
GameTextForPlayer(playerid, "~hhhhyr~Hey There", 3000, 1);
Re: How to make 'Orange Color' in gametext? -
Juvanii - 02.07.2014
Are you kiddin me?
Re: How to make 'Orange Color' in gametext? -
d3ll - 02.07.2014
The
Made this:
Looks yellowy orangy.. -_-
Re: How to make 'Orange Color' in gametext? -
FaceTutorialz - 02.07.2014
Quote:
Originally Posted by Juvanii
Are you kiddin me?
|
Yes, yes he was.
Re: How to make 'Orange Color' in gametext? -
Juvanii - 02.07.2014
if it works on gametext, it must work for TextDraw too and it's not! Look at this:
pawn Код:
TextDrawSetString(Test[playerid], "~l~Hello ~hhhhyr~There");
The result is:
Hello There (The whole text is black)
Re: How to make 'Orange Color' in gametext? -
Dignity - 02.07.2014
It's impossible to get orange using TextdrawSetString.
Re: How to make 'Orange Color' in gametext? -
Juvanii - 02.07.2014
Quote:
Originally Posted by Mionee
It's impossible to get orange using TextdrawSetString.
|
Are you sure?
Re: How to make 'Orange Color' in gametext? -
Dignity - 02.07.2014
Quote:
Originally Posted by Juvanii
Are you sure?
|
I just spent 45 minutes trying to get orange. For example, ~r~~h~~y~ doesn't work. Whatever color is displayed last will overlap your previous color which makes it impossible to properly mix orange. And as far as I'm aware, hex doesn't work either so I doubt it's possible.
Re: How to make 'Orange Color' in gametext? -
OKStyle - 02.07.2014
~x~ not worked ex.