29.04.2009, 15:25
Look at the definition of MoveObject, you'll notice its only
MoveObject(ObjectID,X,Y,Z,Speed);
Yours has a bunch of stuff all over the place, so fix it.
MoveObject(ObjectID,X,Y,Z,Speed);
Yours has a bunch of stuff all over the place, so fix it.