This commit is contained in:
Nordi98 2025-06-30 21:34:16 +02:00
parent 63d0db8777
commit 9edcfd7fd3
4 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,30 @@
fx_version 'cerulean'
game 'gta5'
name 'QB-VendingMachines'
author 'Nordi'
description 'Advanced Vending Machine System for QB-Core'
version '1.0.0'
shared_scripts {
'shared/config.lua',
'@qb-core/shared/locale.lua',
'locales/en.lua' -- add other locales as needed
}
client_scripts {
'@qb-target/client.lua',
'client/main.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
dependencies {
'qb-core',
'qb-target',
'qs-inventory',
'ox_lib' -- or 'ox_lib' if using newer version
}