1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/jg-hud/fxmanifest.lua
2025-08-04 20:26:15 +02:00

49 lines
No EOL
725 B
Lua

fx_version "cerulean"
game "gta5"
lua54 "yes"
use_experimental_fxv2_oal "yes"
version 'v1.3-hotfix'
version "dev"
author "JG Scripts"
client_scripts {
"framework/main.lua",
"framework/cl-functions.lua",
"locales/*.lua",
"client/cl-main.lua",
"client/*.lua",
}
server_scripts {
"server/*.lua"
}
shared_scripts {
"@ox_lib/init.lua",
"config/config.lua",
"config/config.data.lua"
}
dependencies {
"ox_lib"
}
ui_page "web/dist/index.html"
files {
"web/dist/index.html",
"web/dist/**/*",
"data/**/*",
"server-logo.png"
}
escrow_ignore {
"framework/**/*",
"data/**/*",
"config/**/*",
"locales/**/*",
"client/cl-nearest-postal.lua",
"client/cl-seatbelt.lua"
}
dependency '/assetpacks'