Scripts/resources/[qb]/[qb_extras]/qb-cityhall/fxmanifest.lua
2024-12-30 11:15:34 +01:00

32 lines
445 B
Lua

fx_version 'adamant'
game 'gta5'
description 'QB-CityHall'
version '2.1.3'
ui_page 'html/index.html'
shared_scripts {
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua',
'config.lua'
}
server_script 'server/main.lua'
client_scripts {
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'client/main.lua'
}
files {
'html/*.js',
'html/*.html',
'html/*.css'
}
lua54 'yes'
use_fxv2_oal 'yes'