16.01.2016, 13:58
how to change 3DTextLabel color?
Update3DTextLabelText(Text3D:id,color, text[]);
I have repped you for that RaPSoR
it's good that you are learning instead of keeping asking questions.
#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,...);