This commit is contained in:
Nordi98 2025-07-28 21:56:56 +02:00
parent 25b0460aae
commit 51e3445037
5 changed files with 478 additions and 0 deletions

View 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'
}