lollipop Posted July 12, 2013 Author Share Posted July 12, 2013 "Heavier shape" - WTF? Anyway, that's because dxDrawText is rendered just for one frame, so it's impossible to see it for one frame... that's why you're supposed to use onClientRender or preRender to show it continuously, refer to wiki. xDDD google translate .. (težší tvar) Hmm, i need someone who can create this for me >.< ...I don´t understand things on wiki -_-".. Link to comment
MIKI785 Posted July 12, 2013 Share Posted July 12, 2013 You gotta understand them... for example: addEventHandler("onClientRender", root, function () dxDrawText("Testing text", 500, 500) end) Will show the text continuously, 'cause it's called every frame. Just create some function, put the dxs into it and show it with addEventHandler and hide it using removeEventHandler. All these things are on the wiki. PS: Nepouzivej google translate 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