xRGamingx Posted March 1, 2016 Share Posted March 1, 2016 Hi all, I want you to help me give you an animation in this market. I see on other servers in the interiors market moves up and down, and I would like to give my script that animation Interiors.. If anyone can help me. Look. img http://imgur.com/5Kcc9hM Link to comment
1LoL1 Posted March 1, 2016 Share Posted March 1, 2016 It's marker not market. marker = createMarker( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 ) addCommandHandler("move", function () moveObject(marker, 1500, x, y, z) end) Link to comment
Captain Cody Posted March 1, 2016 Share Posted March 1, 2016 Use a timer to make it constantly move up and down. Link to comment
1LoL1 Posted March 1, 2016 Share Posted March 1, 2016 Use a timer to make it constantly move up and down. 1500 is a timer. Link to comment
Captain Cody Posted March 2, 2016 Share Posted March 2, 2016 Well what you made just makes it slowly move in one set area He wants marker to move up and down, so I said use timer to make it move up and down. Link to comment
stevensalvaro Posted March 4, 2016 Share Posted March 4, 2016 use setTimer function and set Z pos +0.5 to make it go up Link to comment
Captain Cody Posted March 4, 2016 Share Posted March 4, 2016 Well you can make it so each time it changes the function 'up' to true or false, if false it moves it up and sets it true and the other way around 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