10.01.2011, 13:12
it won't move because your coordinates are exactly the same.
you need to specify coordinates, where you want your object to move
pawn Код:
CreateObject( ... 1588.5617, -1638.1036, 12.7200 ... );
MoveObject( ... 1588.5617, -1638.1036, 12.7200 ... );