Skip to content
This repository has been archived by the owner on Nov 24, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 1.36 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.36 KB

Garrys Mod Loading Screen

Setup

Requierements

• Webspace or Webserver
• Garry's Mod Server 

Installation

1. Add the following line to your server.cfg of the GMod Server: sv_loadingurl "yoururl" to your config | --> But Rename yoururl to the complete URL (for eg: http://example.com/gmodloading/)
2. Save the File and Restart the Server
3. Watch the Loading Screen

Configuration

You can Change all Settings between line 29 and 47.	

Issues

  • If you're reporting a bug, please include all relevant details.

    • A descriptive title helps for one. Titles of just "Error" or "It doesn't work" really don't help.
    • Please describe what you're trying to do, what actually happens, and what you can do to reproduce the problem.
    • If you have an error message or a crash, please include the full text of the error message and the stack trace.
    • Include the relevant snippet of your code. Wrap it in /* JS- Code */
  • If you're requesting a feature, please be descriptive and understanding.

    • A good title makes a difference. Please briefly describe what you're requesting in the title.
    • Be descriptive in the issue body, too. Say what you want to do, and ideally what the method should be named.
    • Be understanding if I don't think that your feature request falls within the scope of this module.