This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.

48 lines
841 B
Lua

fx_version 'cerulean'
use_experimental_fxv2_oal 'yes'
lua54 'yes'
game 'gta5'
name 'ox_inventory'
author 'Overextended'
version '2.44.1'
repository 'https://github.com/overextended/ox_inventory'
description 'Slot-based inventory with item metadata support'
dependencies {
'/server:6116',
'/onesync',
'oxmysql',
'ox_lib',
}
shared_script '@ox_lib/init.lua'
ox_libs {
'locale',
'table',
'math',
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'init.lua'
}
client_script 'init.lua'
ui_page 'web/build/index.html'
files {
'client.lua',
'server.lua',
'locales/*.json',
'web/build/index.html',
'web/build/assets/*.js',
'web/build/assets/*.css',
'web/images/*.png',
'modules/**/shared.lua',
'modules/**/client.lua',
'modules/bridge/**/client.lua',
'data/*.lua',
}