Brown 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: Brown GameText (
/showthread.php?tid=424743)
Brown GameText -
erminpr0 - 23.03.2013
Hi, I've seen this at one server and I don't know
how to set the text to
BROWN color AFTER
Yellow text, like there:
Can't find the tag for brown :S
I Think it doesn't exist, but whats the way to make something like this?
Re: Brown GameText -
shady001 - 23.03.2013
You can use {COLOR RGB}
Example :
pawn Код:
SendClientMessage(playerid,GREY,"{FF0000} This is a RED Text ,{FFFF00} And This is a YELLOW text (2 colors on same line of text) ");
You can use this whit any string that is showed to a player
Re: Brown GameText -
erminpr0 - 23.03.2013
That is Clienttext, I am not pretty sure if I can use embedding colors in textdraws/gametext
Re: Brown GameText -
shady001 - 23.03.2013
Did you tried it ? first try ... i don't know other way to do this.
Post here if it didn't worked.
Re: Brown GameText -
Misiur - 23.03.2013
It's orange. Combine ~r~ with ~h~
Re: Brown GameText -
erminpr0 - 23.03.2013
ЁGonna try
Not working