SA-MP Forums Archive
Color on textdraw messages.. - 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: Color on textdraw messages.. (/showthread.php?tid=551618)



Color on textdraw messages.. - eblood1 - 20.12.2014

with those { } it wont work right? how i can make it work with a color on some words?


"SERVER: Add {00FF00}192.99.220.194:7779 {FFBB00}to your favorites, so you can always play!",


Re: Color on textdraw messages.. - M4D - 20.12.2014

You can't use them in a textdraw
For add color to text you have to set textdraw color or use this colors: ~b~ , ~g~ , ~r~ and etc.


Re: Color on textdraw messages.. - Kyance - 20.12.2014

You can use the Text Colors that https://sampwiki.blast.hk/wiki/GameTextStyle uses;
Код:
    ~n~ New line 

    ~r~ Red 

    ~g~ Green 

    ~b~ Blue 

    ~w~ White 

    ~y~ Yellow 

    ~p~ Purple 

    ~l~ Black 

    ~h~ Turn text colour lighter (used too much will make your text white, doesn't work on black)



Re: Color on textdraw messages.. - Bingo - 20.12.2014

Remove that IP adress please.


Re: Color on textdraw messages.. - NGGMars - 20.12.2014

Its better to use a In Game TextDraw creator or Try the online Textdraw maker, Its Only used to create small Textdraws (Simply Better)

Try it
http://bsndesign.webs.com/tde.htm


Re: Color on textdraw messages.. - eblood1 - 20.12.2014

Quote:
Originally Posted by Kyance
Посмотреть сообщение
You can use the Text Colors that https://sampwiki.blast.hk/wiki/GameTextStyle uses;
Код:
    ~n~ New line 

    ~r~ Red 

    ~g~ Green 

    ~b~ Blue 

    ~w~ White 

    ~y~ Yellow 

    ~p~ Purple 

    ~l~ Black 

    ~h~ Turn text colour lighter (used too much will make your text white, doesn't work on black)
THANKS! thanks all. k some.