16.02.2015, 13:40
Hi,
For ex:
i have two objects
And i want to put object2 on the nearest z coordinate (simpler explanation on other object) of object objectx. I need to know what z coordinate i will need to set of any object model on another object model.
For ex:
i have two objects
Код:
new objectx; new object2; objectx = CreateDynamicObject( ... ); object2 = CreateDynamicObject( ... );