GamerDeMTA Posted July 9, 2013 Share Posted July 9, 2013 I need this: How to move object A from X to Y, each 10 seconds, and then from Y to X, and then from X to Y... Link to comment
Driggero Posted July 10, 2013 Share Posted July 10, 2013 There's a mapping resource called Object Movement Generator (OMG) Available in the MTA community, that will do all the leg work for you Link to comment
iMr.3a[Z]eF Posted July 10, 2013 Share Posted July 10, 2013 I need this: How to move object A from X to Y, each 10 seconds, and then from Y to X, and then from X to Y... You don't have to use setTimer because you can set timer at moveObject function Ex: local object = createObject ( 1337, 5540.6654, 1020.55122, 1240.545, 90, 0, 0 ) moveObject ( object, 3000, 5540.6654, 1020.55122, 4338.268 ) *3000 = is the timer Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now