#@$%@# moveto...
Moderator: Core Staff
#@$%@# moveto...
Hello,
After few things trying I still don't know how to make the "moveto"
Can anyone create a script + map for me so I can see how this works?
I didn't understand the tutorials, because it had a different effect...
Thanks In Advance...
After few things trying I still don't know how to make the "moveto"
Can anyone create a script + map for me so I can see how this works?
I didn't understand the tutorials, because it had a different effect...
Thanks In Advance...
-
- Core Staff
- Posts: 13315
- Joined: April 13th, 2005, 8:22 pm
- Location: UK, London
The moveTo does what it says... it moves to.
moveTo((x, y, z), <time>, <acc>, <dec>)
The commas are 100% required.
X, Y, Z and <time> are also 100% required.
Acc and Dec are not required.
So if I wanted to move "ent" to the coordinates... in 9 seconds i would use...
x = 5
y = 30
z = 100
Simple.
moveTo((x, y, z), <time>, <acc>, <dec>)
The commas are 100% required.
X, Y, Z and <time> are also 100% required.
Acc and Dec are not required.
So if I wanted to move "ent" to the coordinates... in 9 seconds i would use...
x = 5
y = 30
z = 100
Code: Select all
ent moveTo((5, 30, 100), 9);

Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010
-
- Core Staff
- Posts: 13315
- Joined: April 13th, 2005, 8:22 pm
- Location: UK, London
Make the move time very slow, that way you can see where it goes...Moriar wrote:weird, because I wanted to work the way it says, but it disappeared when I tested it

Virgin Media 20Mb Broadband:
"Perfect for families going online at the same time, downloading movies, online gaming and more."
Borked internet since: 22-07-2010
Who is online
Users browsing this forum: Ahrefs [Bot] and 5 guests