Files
esx_core/[core]/esx_loadingscreen/fxmanifest.lua
T
2023-01-18 15:06:15 +01:00

15 lines
297 B
Lua

game 'common'
version '1.9.0'
fx_version 'cerulean'
author 'ESX-Framework'
lua54 'yes'
loadscreen 'index.html'
shared_script 'config.lua'
loadscreen_manual_shutdown "yes"
client_script 'client/client.lua'
files {'index.html', './vid/*.mp4', './vid/*.webm', './js/index.js', './css/index.css'}