Jump to content

show text meanwhile have download


BorderLine

Recommended Posts

As Dev-Point said, you should use dxDrawText.

https://wiki.multitheftauto.com/wiki/DxDrawText

If you need any help with what you want, just ask us in here.

I can imagine you want some random tips or a MOTD to be shows while people are downloading?

but that will be show when download are finish

You can either do (when download is hone)

  
renderNeeded = true 
  
function renderTheText() 
    if renderNeeded == true then 
         dxDrawText( "BLAH BLAH BLAH", screenWidth/2, screenHeight/2, screenWidth, screenHeight, tocolor ( 0, 0, 0, 255 ), 1, "pricedown" ) 
    end 
end 
  

or simply

  
removeEventHandler("onClientRender", root, functionName) 
  

Hope that makes sense.

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...