I am the owner of Kurrupt Gaming DarkRP.Can someone help me? I am simply trying to make a picture apply for a custom loading screen. I am using Loading.html. I cannot get the screen to apply although i belive i am using the correct coding. I am a newbie at HTML and no little to nothing about it. Please can someone give me the default gmod loading screen code and maybe help me put mine in?
to clarify, have you set your sv_loadingurl to your website?
example, sv_loadingurl "www.something.com/loading.html"
[QUOTE=Gamer12594;41849709]
[B]The following is a simple HTML loading screen. It's rather basic:[/B]
[CODE]<body bgcolor=#FFFFFF> <!-- white background -->
<center><!-- Put stuff in the middle -->
<h2>Loading...</h2><!-- Title -->
<img border="0" src="loading.png" alt="Loading" width="128" height="128">
<!-- Replace "loading.png" with the location of your image relevant to the .html file -->
<!-- width and height are the size of the image change them to whatever you want. (actual image size recommended) -->
</center>
</body>[/CODE]
[/QUOTE]
There you go.
I recommend hosting it on gloading.com if you don't have a proper website.
Sorry, you need to Log In to post a reply to this thread.