S3Nn4oX Posted June 18, 2017 Share Posted June 18, 2017 What are the functions that i can move a dxtext? Link to comment
WorthlessCynomys Posted June 18, 2017 Share Posted June 18, 2017 Hello! Since dxText have to be drawn at every frame (onClientRender), the easiest way to move the text is to redefine it's position at every frame or with some method you prefer. 1 Link to comment
Hale Posted June 19, 2017 Share Posted June 19, 2017 17 hours ago, StormFighter said: Hello! Since dxText have to be drawn at every frame (onClientRender), the easiest way to move the text is to redefine it's position at every frame or with some method you prefer. Which you can do by using the function interpolateBetween. 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