Is possible move object attached to object?
#1

Hi, I think is imposibol, but:

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]);
I think is imposibol because object2 is attached to objec. But there is something similar?
Thanks.
Reply


Messages In This Thread
Is possible move object attached to object? - by adri1 - 09.03.2013, 20:35
Re: Is possible move object attached to object? - by mastermax7777 - 09.03.2013, 22:18
Re: Is possible move object attached to object? - by MP2 - 09.03.2013, 22:51
Re: Is possible move object attached to object? - by 2KY - 10.03.2013, 00:54

Forum Jump:


Users browsing this thread: 2 Guest(s)