Guest Posted January 15, 2014 Share Posted January 15, 2014 Hey Guys! How can I make "intro" [ black screen with "greet titles" ] when resources are downloading on the server ? ... and when download will be done we're going to see login pannel. Please help me! Thanks. Link to comment
xtrodynary Posted January 15, 2014 Share Posted January 15, 2014 function showClientImage() myImage = guiCreateStaticImage( 0.0,0.0,1279.0,767.0, "images/image.png", true ) end addEventHandler( "onClientResourceStart", resourceRoot, showClientImage ) function hideClientImage() if isElement ( myImage ) then destroyElement ( myImage ) end end bindKey("space", "down", hideClientImage) Link to comment
Dzejki Posted January 15, 2014 Share Posted January 15, 2014 https://wiki.multitheftauto.com/wiki/Is ... rBoxActive Link to comment
DNL291 Posted January 15, 2014 Share Posted January 15, 2014 viewtopic.php?f=91&t=38392&p=394705#p394705 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