Drakath Posted April 21, 2014 Share Posted April 21, 2014 I have read in Wiki that arrow markers are not animated by default. So my question is if there is some function to make it animated or do I have to use onClientRender stuff? Link to comment
3B00DG4MER Posted April 21, 2014 Share Posted April 21, 2014 I have read in Wiki that arrow markers are not animated by default. So my question is if there is some function to make it animated or do I have to use onClientRender stuff? if you are Talking About Interiors Script (included with Server) You can remove Comments from Client and it will be Animated Link to comment
Saml1er Posted April 21, 2014 Share Posted April 21, 2014 You'll need to use onClientPreRender for smooth working and use findRotation () to point at an element. Link to comment
Drakath Posted April 22, 2014 Author Share Posted April 22, 2014 I don't want to use any rendering events, but I didn't understand what 3B00DG4MER was trying to say. What do you mean by: " remove Comments from Client"? Link to comment
myonlake Posted April 22, 2014 Share Posted April 22, 2014 If you don't want to use the rendering functions, just use createObject, attachElements and moveObject in combination. Link to comment
nikitafloy Posted April 22, 2014 Share Posted April 22, 2014 If you don't want to use the rendering functions, just use createObject, attachElements and moveObject in combination. https://wiki.multitheftauto.com/wiki/Easing with timer. Link to comment
myonlake Posted April 22, 2014 Share Posted April 22, 2014 I hope you understand that there is nothing positive in using easing in a timer. It's going to be jumpy and simply won't work out as you think it would. The only proper way to use it without custom rendering is the moveObject functionality. Link to comment
Drakath Posted April 22, 2014 Author Share Posted April 22, 2014 Yeah, I decided to ditch this idea. 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