09.03.2013, 20:35
Hi, I think is imposibol, but:
Is possible move object attached (AttachObjectToObject)
example:
I think is imposibol because object2 is attached to objec. But there is something similar?
Thanks.
Is possible move object attached (AttachObjectToObject)
example:
pawn Код:
new object = CreateObject...
new object2 = CreateObject...
AttachObjectToObject(object2, object...
//...
new Float:pos[3];
GetObjectPos(object2, pos[0], pos[1], pos[2]);
MoveObject(object2, pos[0]+1, pos[1], pos[2]);
Thanks.