SetObjectTextMaterial Not appearing
#1

Код:
new LSPD = CreateDynamicObject(19363, 1555.07825, -1675.59961, 23.08147,   0.00000, 0.00000, 358.79251);
SetObjectMaterialText(LSPD, "LSPD", 0, OBJECT_MATERIAL_SIZE_64x64, "Times New Roman", 31, 1, -8092540, 0, 1);
I added these lines on my script, but the text isn't appearing, the object is just the object like there is no text, i dont want no background color btw
Reply
#2

Help please
Reply
#3

You're using CreateDynamicObject then SetObjectMaterialText. Either use CreateObject and SetObjectMaterialText or CreateDynamicObject and SetDynamicObjectMaterialText
Reply
#4

Код:
SetDynamicObjectMaterialText(LSPD, "LSPD", 0, OBJECT_MATERIAL_SIZE_64x64, "Times New Roman", 31, 1, -8092540, 0, 1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)