Custom Loading Screen Help

To receive support, please fill out the following template, and remove this top text.

GTA V version?
**Up to date? yes
**Legit or Pirate copy? legit
Steam/CD/Social Club?
**Windows version? 10
Did you try to delete caches.xml and try again? Yes
Error screenshot (if any)
System specifications
What did you do to get this issue?
**What server did you get this issue on? my own
CitizenFX.log file
.dmp files/report IDs

If an issue with starting:
GTA V folder screenshot
GTA V/update/x64/dlcpacks screenshot
Filepath to FiveM folder
FiveM client folder screenshot
Did you try to disable/uninstall your Anti-virus?
Followed the readme but im thinking that maybe beceadue im not hosting the server on my own pc that its being hosted esle where could be the issue

It’s probably the same situation as it was for me. Did you add

start keks

in server.cfg?

Start Keks Let me check

Yes that worked but its not the custom one i made. Thanks though know how to change that?

Step 1: Create a folder in your resources folder named ‘loading_screen’.
Step 2: Drag all of your loading screen files into the new folder.
Step 3: Create a new file named ‘__resource.lua’.
Step 4: Insert this in __resource.lua:

-- Latest manifest version, see https://wiki.fivem.net/wiki/Resource_manifest_versions
resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

files {
 -- This basically tells the server what files to include when loading

    'index.html', -- The name of your main loading screen page (mostly html, but can be php too)
    'style.css', -- Your stylesheet file
    'background.jpg' -- Maybe you have a background image

-- If you have more files add a comma after 'background.jpg' and follow the pattern
}

-- Now the important part, tell the server that this file is the loading screen
loadscreen 'index.html'

Step 5: Start the resource file, in this case loading_screen. So in your server.cfg add this: start loading_screen

Don’t hesitate to ask if you want to know more.

ok i got it working but one thing my lox_vh control bot working

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.