Scripts/resources/[hp]/hp_loading/fxmanifest.lua

13 lines
198 B
Lua
Raw Normal View History

2024-12-29 19:48:41 +00:00
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
version '1.0'
loadscreen 'html/index.html'
loadscreen_manual_shutdown "yes"
files {
'html/**'
}
client_script 'client.lua'
server_script 'server.lua'