27.07.2017, 21:04
Hey,
I have a problem with the dynamic 3d label text.
When I come to the location I have a problem - there is no text but in the code there is.
How can I fix it?
Code for example:
In the game I see only the pickup (star) and I don't see the text.
This bug applies to all of the dynamic3dlabels texts.
Please help me.
I have a problem with the dynamic 3d label text.
When I come to the location I have a problem - there is no text but in the code there is.
How can I fix it?
Code for example:
PHP код:
CreatePickup(1247, 1, 1554.9950,-1675.5507,16.1953); // LSPD
CreateDynamic3DTextLabel("{FFFF00}Washington D.C. Police Department\n{FF0000}'To serve and protect'\n{FFFF00}/enter at this spot.", COLOR_RED, 1554.9950,-1675.5507,16.1953, 30, 0, 1);
This bug applies to all of the dynamic3dlabels texts.
Please help me.