Scripts/resources/[qb]/[qb_core]/qb-smallresources/fxmanifest.lua

33 lines
643 B
Lua
Raw Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:03:28 +00:00
game 'gta5'
version 'V1.0'
ui_page 'html/index.html'
shared_scripts {
'@qb-core/shared/locale.lua',
'locales/da.lua', -- Change to the language you want
'config.lua'
}
server_script 'server/*.lua'
client_scripts {
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'@PolyZone/ComboZone.lua',
'client/*.lua'
}
data_file 'FIVEM_LOVES_YOU_4B38E96CC036038F' 'events.meta'
data_file 'FIVEM_LOVES_YOU_341B23A2F0E0F131' 'popgroups.ymt'
files {
'events.meta',
'popgroups.ymt',
'relationships.dat',
'html/index.html',
'html/index.js'
}
lua54 'yes'
use_experimental_fxv2_oal 'yes'