Guest Posted January 15, 2014 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.
xtrodynary Posted January 15, 2014 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)
Dzejki Posted January 15, 2014 Posted January 15, 2014 https://wiki.multitheftauto.com/wiki/Is ... rBoxActive
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