fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'MATO'
description 'Advanced Drug System for QBCore'
version '1.0.0'
shared_scripts {
'config.lua',
'@qb-core/shared/locale.lua',
'locales/en.lua'
}
client_scripts {
'@ox_lib/init.lua',
'client/main.lua',
'client/harvesting.lua',
'client/processing.lua',
'client/plant_system.lua',
'client/plant_lights.lua',
'client/laboratories.lua',
'client/processing_tables.lua',
'client/suppliers.lua',
'client/drug_effects.lua',
'client/pocket_processing.lua',
'client/retail_selling.lua',
'client/wholesale_selling.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua',
'server/database.lua',
'server/processing.lua',
'server/selling.lua'
}
ui_page 'html/ui.html'
files {
'html/ui.html',
'html/js/*.js',
'html/css/*.css',
'html/img/*.png',
'config.client.lua'
}
dependencies {
'qb-core',
'ox_lib',
'oxmysql'
}
escrow_ignore {
'config.lua',
'config.client.lua'
}