04.05.2014, 17:44
Is it possible to make use of several colours in a dynamic 3D text label? The following doesn't seem to work:
This just shows a white text label with the text "Your {COLOR_YELLOW}3DTextLabel" but without a yellow colour.
pawn Код:
CreateDynamic3DTextLabel("Your {COLOR_YELLOW}3DTextLabel", COLOR_WHITE, ...);