Author Topic: how do i change color of text in jvs doors  (Read 1155 times)

how do i change the color of jvs doors text i really need to now

Add this before it: <color:FFFF00>, or you can change the FFFF00 to any color code. FFFF00 = yellow.

Add this before it: <color:FFFF00>, or you can change the FFFF00 to any color code. FFFF00 = yellow.
   so the event would look like this OnActivate>Client>CenterPrint> <color:FFFFF> *words*

   so the event would look like this OnActivate>Client>CenterPrint> <color:FFFFF> *words*

Yes

Color codes work like RGB as in
FF0000 is Red
00FF00 is Green
and 0000FF is Blue

You can mix and match to make different colors like
FFFF00 is yellow
00FFFF light blue
and FF00FF is purple.

Heres something to think about. When using colored fonts, the six numbers represent RGB. The first 2 are red, next 2 green, and last 2 blue. Thats a code to use.

Heres something to think about. When using colored fonts, the six numbers represent RGB. The first 2 are red, next 2 green, and last 2 blue. Thats a code to use.
What am I, invisible?