This commit is contained in:
Nordi98 2025-07-28 02:09:10 +02:00
parent 92d275a753
commit 683833a326
4 changed files with 293 additions and 0 deletions

View file

@ -0,0 +1,27 @@
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'YourName'
description 'Mülltonnensystem mit automatischer Leerung alle 2 Tage'
version '1.0.0'
shared_scripts {
'config.lua',
'@ox_lib/init.lua'
}
client_scripts {
'client.lua'
}
server_scripts {
'server.lua'
}
dependencies {
'qb-core',
'qb-target',
'ox_lib',
'tgiann-inventory'
}