Absence2 Posted February 29, 2012 Share Posted February 29, 2012 Well, when those resources are being loaded in it's completely black, only the chat will show (as far as I know) with some simple line: function welcomeMessage() outputChatBox ( "Welcome Message: Dadadum", source, 255, 255, 0, true ) end addEventHandler("onPlayerJoin", getRootElement(), welcomeMessage) But how do I do the same thing with an Image or a Slideshow while resources are being downloaded? Link to comment
Castillo Posted February 29, 2012 Share Posted February 29, 2012 GUI and DX drawing (the functions to create interfaces) are all client side, the only thing you can do is use the server side text functions: https://wiki.multitheftauto.com/wiki/Ser ... _functions 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