14.12.2018, 10:07
(
Last edited by m1n1vv; 15/12/2018 at 06:06 AM.
)
Kalcor, why AttachObjectToObject makes this effect?
Before/after:
Before/after:
PHP Code:
static obj[2];
obj[0] = CreateObject(19481, 0.0, 0.0, 30.0, 0.0, 0.0, 180.0);
obj[1] = CreateObject(19481, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);
SetObjectMaterialText(obj[1], "Text", 0, 130, "Arial", 60, 0, -1, -16777216, 1);
AttachObjectToObject(obj[1], obj[0], 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);