fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'Kings Way RP'
description 'UK Police MDT System - QBCore'
version '2.0.0'
shared_scripts {
'@qb-core/shared/locale.lua',
'config.lua',
'locales/en.lua',
'locales/pl.lua',
'locales/de.lua',
'locales/fr.lua',
'locales/es.lua',
}
client_scripts {
'client/utils.lua',
'client/main.lua',
'client/callbacks.lua',
'client/death.lua',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/utils.lua',
'server/main.lua',
'server/discord.lua',
'server/security.lua',
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/css/style.css',
'html/css/responsive.css',
'html/js/app.js',
'html/js/api.js',
'html/js/ui.js',
'html/js/settings.js',
'html/js/sounds/*.mp3',
'html/img/*.png',
'html/img/*.svg',
'html/fonts/*.ttf',
'html/fonts/*.woff2',
}
dependencies {
'qb-core',
'oxmysql',
}