very good but my card is displayed in large size how to do to reduce it
Could you please open an issue on GitHub with details and examples of what you’re experiencing? This will help me investigate whether it’s a bug related to the loading screen.
Hey, when done loading it’s stuck on
Hey, when done loading it’s stuck on the screen. It says Awaiting scripts
Which framework do you use?
I use ESX
check your multichar. see what error pops up in the f8.
Please provide source code of web or html folder. This code has huge limitations of editing.
For some reason, after installing this to my server it goes through loading all the assets, blah blah. But when it gets to the end, it states “awaiting scripts” and never finishes loading. If I could get some assistance, that’d be great.
Add this to client/client.lua :
local checkState = false
AddEventHandler("playerSpawned", function ()
if not checkState then
ShutdownLoadingScreenNui()
checkState = true
end
end)
And uncomment this line out of fxmanifest.lua
client_script 'client/client.lua'
You likely don’t have a client side shutdown loading screen function in your framework
There are no plans currently to release the source code for the web and html folders any features will come through releases.
Run config.json file through a syntax checker. If syntax is fine look for any errors in the F8 console.
This is dope. AI helps a lot people. All the pieces are here to customize it to your needs.
is there any way to make it transition from loading screen to multicharacter a bit faster stays in a black screen for a couple seconds once its finshed loading
im having an issue where the loading screen hangs upon being loading into the game. it gets stuck on "Awaiting scripts" im using cfx framework
Found the issue.
needed to remove (loadscreen_manual_shutdown “yes”) from fxmanifest.lua