Files
red-valley/resources/[framework]/[base]/[auth]/17mov_CharacterSystem/configs/LoadingScreen.lua
2026-03-29 21:41:17 +03:00

7 lines
456 B
Lua

-- Loading screen as name said is displaying when scripts are loading. That means that it cannot just get data from .lua file.
-- Anyway you can still configure it, but you need to do that into /web/public/loadingscreen
-- NOTE: If you want to fully remove loadingscreen, you need to go into the fxmanifest.lua file. Then find these three lines and remove them:
-- loadscreen "web/index.html"
-- loadscreen_manual_shutdown "yes"
-- loadscreen_cursor "yes"