ed
This commit is contained in:
parent
a2feb8b80a
commit
b086fbe4db
8 changed files with 887 additions and 27 deletions
30
resources/[inventory]/nordi_vending/fxmanifest.lua
Normal file
30
resources/[inventory]/nordi_vending/fxmanifest.lua
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue