03.02.2012, 06:12
you mean what i basicly did here:
2960.42 - 2960.53 = -0.11
.
.
.
still it doesnt work, i checked if the objects are right without AttachObjectToObject and they are.
But when i attach, ill show the screens when i get home.
pawn Код:
ship = CreateObject(10794, 2960.53, -2041.31, 7.00, 0.00, 0.00, 90.00);
shipp1 = CreateObject(10793, 2960.42, -2116.40, 35.57, 0.00, 0.00, 90.00);
AttachObjectToObject(shipp1,ship,-0.11,-75.09,28.557,0,0,0,1);
.
.
.
still it doesnt work, i checked if the objects are right without AttachObjectToObject and they are.
But when i attach, ill show the screens when i get home.