fx_version 'cerulean'
game 'gta5'
author 'Your Name'
description 'Advanced Customizable Tablet System'
version '1.0.0'
lua54 'yes'
shared_scripts {
'config.lua',
'@qb-core/shared/locale.lua',
'locales/en.lua',
'shared/shared.lua'
}
client_scripts {
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'@PolyZone/EntityZone.lua',
'@PolyZone/CircleZone.lua',
'@PolyZone/ComboZone.lua',
'client/cl_utils.lua',
'client/cl_main.lua',
'client/cl_ui.lua',
'client/cl_menus/*.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/sv_utils.lua',
'server/sv_main.lua',
'server/sv_database.lua',
'server/sv_reputation.lua',
'server/sv_management.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/css/style.css',
'html/js/script.js',
'html/js/config.js',
'html/images/*.png',
'html/images/*.jpg',
'html/fonts/*.ttf',
'html/fonts/*.woff',
'html/fonts/*.woff2',
'locales/*.lua'
}
dependencies {
'qb-core',
'PolyZone'
}