MoveObject
#1

If i move the object with 5000 (5 seconds) in milliseconds it goes as fast as you can't see the object moving, it just appear on the target coordination within less then 1 millisecond. Why is that? :S
Reply
#2

Structure:
Код:
(objectid, Float:X, Float:Y, Float:Z, Float:Speed)
You're putting 5000 for speed. The time for closing/opening need to be with timer, not with moveobject structure;
Reply
#3

Quote:
Originally Posted by blackwave
Посмотреть сообщение
Structure:
Код:
(objectid, Float:X, Float:Y, Float:Z, Float:Speed)
You're putting 5000 for speed. The time for closing/opening need to be with timer, not with moveobject structure;
Yes, It should take 5000 milliseconds for the object to reach it's destination.
But It takes 1 millisecond.

I don't want a delay before It starts moving, I'm not a noob ^^
Reply
#4

You should put less than that lol. It's meant for speed, not time. Try 20-100 (between 20 n 100 ). I remember I used to use that.
Reply
#5

Quote:
Originally Posted by blackwave
Посмотреть сообщение
You should put less than that lol. It's meant for speed, not time. Try 20-100 (between 20 n 100 ). I remember I used to use that.
Oh, GOD DAMNIT (outrage on myself).

Lol.. First i just changed It, then I read the wiki to see If I used it right.
Then I read it like it was the time it would take in milliseconds, but I was wrong, it RETURNS the time it will take in milliseconds xD

Thank you very much.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)