Scripts/resources/[qb]/[qb_jobs]/qb-policejob/fxmanifest.lua
2024-12-29 21:06:22 +01:00

47 lines
756 B
Lua

fx_version 'cerulean'
game 'gta5'
description 'QB-PoliceJob'
version '1.2.0'
shared_scripts {
'config.lua',
'@qb-core/shared/locale.lua',
'locales/en.lua',
'locales/*.lua'
}
client_scripts {
'@PolyZone/client.lua',
'@PolyZone/BoxZone.lua',
'@PolyZone/ComboZone.lua',
'client/main.lua',
'client/camera.lua',
'client/interactions.lua',
'client/job.lua',
'client/heli.lua',
--'client/anpr.lua',
'client/evidence.lua',
'client/objects.lua',
'client/tracker.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/vue.min.js',
'html/script.js',
'html/tablet-frame.png',
'html/fingerprint.png',
'html/main.css',
'html/vcr-ocd.ttf'
}
lua54 'yes'