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

13 lines
197 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 19:48:41 +00:00
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'