Main/resources/[tools]/Loading_Screen/fxmanifest.lua

18 lines
295 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'cerulean'
game 'gta5'
description 'Custom Loading Screen'
version '1.0.0'
loadscreen 'html/index.html'
loadscreen_manual_shutdown 'yes'
files {
'html/index.html',
'html/style.css',
'html/script.js',
'html/img/*.png',
'html/img/*.jpg',
'html/music/*.mp3'
}