This commit is contained in:
Nordi98 2025-07-29 07:30:32 +02:00
parent a2feb8b80a
commit b086fbe4db
8 changed files with 887 additions and 27 deletions

View file

@ -0,0 +1,30 @@
fx_version 'cerulean'
game 'gta5'
author 'YourName'
description 'Advanced Vending Machine System with Manual Placement'
version '1.0.0'
shared_scripts {
'@ox_lib/init.lua',
'config.lua'
}
client_scripts {
'client.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server.lua'
}
dependencies {
'qb-core',
'qb-target',
'ox_lib',
'tgiann-inventory',
'oxmysql'
}
lua54 'yes'