Jump to content

Join with img don´t work.


lollipop

Recommended Posts

"Heavier shape" - WTF? :D

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 xD.. (težší tvar) :-D Hmm, i need someone who can create this for me >.< ...I don´t understand things on wiki -_-"..

Link to comment

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 ;):D

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...