3DTextLabel
#1

how to change 3DTextLabel color?
Reply
#2

This.
Reply
#3

no no i want change part of text color.
Reply
#4

dude,
PHP код:
    Update3DTextLabelText(Text3D:id,colortext[]); 
Reply
#5

this is for change all texts color.i have hello.i want this : hel lo
Reply
#6

Nothing?
Reply
#7

https://sampwiki.blast.hk/wiki/Colors_List#Color_embedding
https://sampwiki.blast.hk/wiki/Colors_List#GameText
Reply
#8

Like RaPSoR told you, I am really glad that new people over there reads the wiki I have repped you for that RaPSoR it's good that you are learning instead of keeping asking questions.
Reply
#9

Код:
#define COLOR_WHITE     0xFFFFFFAA
#define COL_BROWN           "{FFF1AF}"
#define COL_WHITE         "{FFFFFF}"

Create3DTextLabel("This is white {FFF1AF}This is brown{FFFFFF} back to white ", COLOR_WHITE,...);
That's just a simple example of how it works.
Reply
#10

thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)