This commit is contained in:
Nordi98 2025-07-30 01:22:03 +02:00
parent 135f0e163e
commit 0905e09ac9
4 changed files with 1 additions and 1 deletions

View file

@ -1,26 +0,0 @@
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'YourName'
description 'Backpack System - Extra inventory for equipped clothing bags'
version '1.0.0'
shared_scripts {
'config.lua',
'@ox_lib/init.lua'
}
client_scripts {
'client.lua'
}
server_scripts {
'server.lua'
}
dependencies {
'qb-core',
'ox_lib',
'tgiann-inventory'
}