SA-MP Forums Archive
Brown gametext :D again - 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: Brown gametext :D again (/showthread.php?tid=473432)



Brown gametext :D again - erminpr0 - 02.11.2013

HI

As I know, there is no a "TAG" for a Brown color, but by default gametext without a Tag is brown right?

Look at this now:



How to do something like this, there we have First ~y~ and than brown, how to do that?


Re: Brown gametext :D again - rappy93 - 02.11.2013

You could use hex like this : {EBBE34}OD Mjesta stajanja ...


Re: Brown gametext :D again - erminpr0 - 02.11.2013

Don't think so, but gonna try, ty


Re: Brown gametext :D again - woot - 02.11.2013

Quote:
Originally Posted by rappy93
Посмотреть сообщение
You could use hex like this : {EBBE34}OD Mjesta stajanja ...
No you can't do that in gametexts.

You can make the color in gametexts brighter by adding a ~h~ after the color tag.
If you e.g. want a bright red, use ~r~~h~ or if you want it even brighter ~r~~h~~h~ (etc..)

Not sure though what combination he used to make it brown.


Re: Brown gametext :D again - PakistaniBaba - 02.11.2013

Quote:
Originally Posted by woot
Посмотреть сообщение
No you can't do that in gametexts.

You can make the color in gametexts brighter by adding a ~h~ after the color tag.
If you e.g. want a bright red, use ~r~~h~ or if you want it even brighter ~r~~h~~h~ (etc..)

Not sure though what combination he used to make it brown.
Yes you right!!!

Mate , You use this at start of your gametext ~r~ OD Mjesta stajanja or ~y~ OD Mjesta stajanja ~g~ OD Mjesta stajanja etc


Re: Brown gametext :D again - erminpr0 - 02.11.2013

Guys I dont wanna ~r~ or ~y~, I want brown gametext

I don't know how they made it, but if ANYBODY on this forum knows please help me !

ANYWAY


Re: Brown gametext :D again - erminpr0 - 02.11.2013

Ok, I think that is comination of TextDraw and GameText, thank you all


Re: Brown gametext :D again - Jefff - 02.11.2013

Its ~y~~h~Text~n~and second line is 'brown' just check which style is used https://sampwiki.blast.hk/wiki/GameTextStyle


Re: Brown gametext :D again - erminpr0 - 02.11.2013

Quote:
Originally Posted by Jefff
Посмотреть сообщение
Its ~y~~h~Text~n~and second line is 'brown' just check which style is used https://sampwiki.blast.hk/wiki/GameTextStyle
Not really, using ~y~ in first line makes next line Yellow to, checked it


Re: Brown gametext :D again - Jefff - 02.11.2013

pawn Код:
GameTextForPlayer(playerid, "~y~~h~previse ste se udaljili~n~od mjesta stajanja!", 10000, 3);
pawn Код:
GameTextForPlayer(playerid, "~y~~h~previse ste se udaljili~n~od mjesta stajanja!", 10000, 4);