26.01.2013, 12:31
Everywhere I've seen with moving dynamic objects doesn't use the rotation values. So inside the DIALOG_move use:
instead of:
and tell us your results
pawn Код:
MoveDynamicObject(model, Pos[0]+Pos2[0], Pos[1]+Pos2[1], Pos[2]+Pos2[2], speed);
pawn Код:
MoveDynamicObject(model, Pos[0]+Pos2[0], Pos[1]+Pos2[1], Pos[2]+Pos2[2], speed, 000.0,000.0,000.0);