forked from Simnation/Main
18 lines
295 B
Lua
18 lines
295 B
Lua
![]() |
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'
|
||
|
}
|