2024-12-30 10:15:34 +00:00
|
|
|
fx_version 'adamant'
|
2024-12-29 20:06:22 +00:00
|
|
|
game 'gta5'
|
|
|
|
|
|
|
|
description 'QB-VehicleSales'
|
|
|
|
version '1.2.0'
|
|
|
|
|
|
|
|
ui_page 'html/ui.html'
|
|
|
|
|
|
|
|
shared_scripts {
|
|
|
|
'config.lua',
|
|
|
|
'@qb-core/shared/locale.lua',
|
|
|
|
'locales/da.lua',
|
|
|
|
'locales/*.lua'
|
|
|
|
}
|
|
|
|
|
|
|
|
client_scripts {
|
|
|
|
'@PolyZone/client.lua',
|
|
|
|
'@PolyZone/BoxZone.lua',
|
|
|
|
'@PolyZone/EntityZone.lua',
|
|
|
|
'@PolyZone/CircleZone.lua',
|
|
|
|
'@PolyZone/ComboZone.lua',
|
|
|
|
'client/main.lua'
|
|
|
|
}
|
|
|
|
server_scripts {
|
|
|
|
'@oxmysql/lib/MySQL.lua',
|
|
|
|
'server/main.lua'
|
|
|
|
}
|
|
|
|
|
|
|
|
files {
|
|
|
|
'html/logo.svg',
|
|
|
|
'html/ui.css',
|
|
|
|
'html/ui.html',
|
|
|
|
'html/vue.min.js',
|
|
|
|
'html/ui.js',
|
|
|
|
}
|
|
|
|
|
|
|
|
lua54 'yes'
|