edi
This commit is contained in:
parent
2df717dd3c
commit
dd8ac41f1c
15 changed files with 714 additions and 27 deletions
30
resources/[Developer]/[Nordi]/nordi_vending/fxmanifest.lua
Normal file
30
resources/[Developer]/[Nordi]/nordi_vending/fxmanifest.lua
Normal 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 {
|
||||
'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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue