Files
Elite-Gaming-FiveM/resources/apolo_loadingscreen/fxmanifest.lua
T
KingMcDonalds d01153490d new things
2025-06-28 22:15:12 -07:00

20 lines
318 B
Lua

fx_version 'cerulean'
games { 'gta5' }
version '1.0.0'
loadscreen 'html/index.html'
files {
'html/index.html',
'html/assets/logo.png',
'html/css/style.css',
'html/js/main.js',
'html/assets/bgvideo.mp4',
'html/assets/music.mp3'
}
--loadscreen_manual_shutdown 'yes'
client_script 'client/client.lua'