18.11.2013, 20:13
Did you mean with black stroke arount the text?
#if yes \
0xAAAAAAFF \
0x - hex
AA - amount of RED
GG - amount of GREEN
BB - amount of BLUE
AA - opacity
if you set opacity to FF (dec. = 255) black stroke will show up around the text
#if yes \
pawn Код:
CreateDynamic3dTextLabel("Text", 0xRRGGBBAA, Float:x, Float:y, Float:z, Float:drawdistance);
0x - hex
AA - amount of RED
GG - amount of GREEN
BB - amount of BLUE
AA - opacity
if you set opacity to FF (dec. = 255) black stroke will show up around the text