BorderLine Posted December 2, 2011 Share Posted December 2, 2011 hi people i have a quesition how i can make to show some text in blackscreen while are downlading please if someone can helpme thank so much and have a nice day and nice weekend Link to comment
BorderLine Posted December 2, 2011 Author Share Posted December 2, 2011 but that will be show when download are finish Link to comment
unknooooown Posted December 2, 2011 Share Posted December 2, 2011 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
50p Posted December 2, 2011 Share Posted December 2, 2011 Don't you forget, there are server-side functions as well. This way the resource doesn't need to be downloaded before showing the text. https://wiki.multitheftauto.com/wiki/Ser ... _functions Link to comment
unknooooown Posted December 2, 2011 Share Posted December 2, 2011 Don't you forget, there are server-side functions as well. This way the resource doesn't need to be downloaded before showing the text.https://wiki.multitheftauto.com/wiki/Ser ... _functions That even helped me Thanks for pointing out those functions. Can't believe I havent noticed them before. 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