Posts: 1,506
Threads: 69
Joined: Feb 2008
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
Posts: 1,506
Threads: 69
Joined: Feb 2008
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 ^^
Posts: 967
Threads: 99
Joined: Oct 2010
Reputation:
0
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.
Posts: 1,506
Threads: 69
Joined: Feb 2008
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.