MoveDynamicObject dosen't change speed
#1

Well what im doing wrongt thaht if i change the speed:
Код HTML:
MoveDynamicObject(mvartai3,-2601.5996000, 595.9003900, 14.5000000, 0.03, 0.0000000, 0.0000000, 90.0000000);
it's dosen't mater in the server and the object moving super fast what im doing wrong?
Reply
#2

something make me should you use
Quote:

SetDynamicObjectPos(objectid, x, y, z);

Reply
#3

Write it like this:

PHP код:
MoveDynamicObject(mvartai3,-2601.5996000+0.0001595.900390014.50000000.00010.00000000.000000090.0000000); 
And to close:

PHP код:
MoveDynamicObject(mvartai3,-2601.5996000595.900390014.50000000.00010.00000000.000000090.0000000); 
Reply
#4

Use:
Код:
MoveDynamicObject(objectid, Float:x, Float:y, Float:z, Float:speed);
and remove the rotation.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)