Scripts/resources/[qb]/[qb_extras]/qb-vip/fxmanifest.lua

42 lines
521 B
Lua
Raw Permalink Normal View History

2024-12-29 20:07:10 +00:00
fx_version 'cerulean'
game 'gta5'
version 'V1.0'
client_scripts {
'config.lua',
'client/main.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server_config.lua',
'config.lua',
'server/main.lua'
}
ui_page {
'html/ui.html'
}
escrow_ignore {
'config.lua',
'server_config.lua',
'client/main.lua',
'server/main.lua',
}
files {
'html/ui.html',
'html/font/*.ttf',
'html/font/*.otf',
'html/css/*.css',
'html/images/*.jpg',
'html/images/*.png',
'html/js/*.js',
}
lua54 'on'
dependency '/assetpacks'