1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Nordi]/nordi_vending/fxmanifest.lua

31 lines
545 B
Lua
Raw Normal View History

2025-06-24 11:39:33 +02:00
fx_version 'cerulean'
game 'gta5'
name 'QB-VendingMachines'
author 'Nordi'
description 'Advanced Vending Machine System for QB-Core'
version '1.0.0'
shared_scripts {
2025-06-30 09:21:32 +02:00
'shared/config.lua',
2025-06-24 11:39:33 +02:00
'@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
}