BorderLine Posted December 2, 2011 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 Actual Nick: [XGN]BorderLine Actual Clan: XLatino Actual Status: Staff, Mod Level 1 (BOSS)Yakuza - [vS]Yakuza - [sXE]Yakuza - [uG]Yakuza - [FTLS]Racing - [XGN]Borderline
BorderLine Posted December 2, 2011 Author Posted December 2, 2011 but that will be show when download are finish Actual Nick: [XGN]BorderLine Actual Clan: XLatino Actual Status: Staff, Mod Level 1 (BOSS)Yakuza - [vS]Yakuza - [sXE]Yakuza - [uG]Yakuza - [FTLS]Racing - [XGN]Borderline
unknooooown Posted December 2, 2011 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.
50p Posted December 2, 2011 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 - MTA Script Editor - Ask your scripting questions properly, please. - 50p's public resources - Meta.xml - what is it for? How is it possible LOL
unknooooown Posted December 2, 2011 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.
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