ed
This commit is contained in:
parent
8fbef96ae9
commit
85eb54bcbc
7 changed files with 322 additions and 221 deletions
27
resources/[inventory]/nordi_pfand/fxmanifest.lua
Normal file
27
resources/[inventory]/nordi_pfand/fxmanifest.lua
Normal file
|
@ -0,0 +1,27 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
lua54 'yes'
|
||||
|
||||
author 'YourName'
|
||||
description 'Pfandsystem für QBCore'
|
||||
version '1.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client/main.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server/main.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'qb-core',
|
||||
'qb-target',
|
||||
'tgiann-inventory',
|
||||
'ox_lib'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue