Files
red-valley/resources/[framework]/[addons]/[quasar]/qs-inventory/fxmanifest.lua
Kotzu 978c9bc759 fix(qb-core): add global CreateUsableItem alias for qs-inventory compatibility
qs-inventory apelează CreateUsableItem ca funcție globală, dar qb-core definea doar QBCore.Functions.CreateUseableItem (cu 'e'). Adăugat alias global + fix 16 stringuri sparte în items.lua care blocau parsarea.
2026-04-02 00:08:19 +03:00

92 lines
1.9 KiB
Lua
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
version '3.7.22'
name 'qs-inventory'
author 'Quasar Store'
data_file 'WEAPONINFO_FILE_PATCH' 'weaponsnspistol.meta'
-- 'http://127.0.0.1:5500/html/ui.html'
ui_page 'html/ui.html'
ox_libs {
'table',
}
files {
'config/*.js',
'html/ui.html',
'html/css/*.css',
'html/js/*.js',
'html/js/modules/*.js',
'html/images/*.png',
'html/images/*.jpg',
'html/cloth/*.png',
'html/icons/**',
'html/font/**',
'html/*.ttf',
'weaponsnspistol.meta',
'html/sounds/*.wav',
}
shared_scripts {
'@ox_lib/init.lua',
'shared/*.lua',
'config/*.lua',
'locales/*.lua',
}
client_script {
'client/custom/framework/*.lua',
'client/*.lua',
'client/modules/*.lua',
'client/custom/misc/*.lua',
'client/custom/clothing/*.lua',
'client/custom/target/*.lua',
'client/custom/provider/*.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/custom/framework/*.lua',
'server/custom/webhook/*.lua',
'server/*.lua',
'server/modules/*.lua',
'server/custom/**/**.lua',
}
escrow_ignore {
'shared/items.lua',
'shared/weapons.lua',
'config/*.lua',
'locales/*.lua',
'client/custom/framework/*.lua',
'client/custom/misc/*.lua',
'client/custom/target/*.lua',
'client/custom/provider/*.lua',
'client/modules/suggestion.lua',
'server/custom/framework/*.lua',
'server/custom/webhook/*.lua',
'server/custom/misc/*.lua',
'client/modules/weapons.lua',
'server/modules/weapons.lua',
'client/modules/debug.lua'
}
dependencies {
'/server:4752', -- ⚠PLEASE READ⚠ This requires at least server build 4700 or higher
'ox_lib', -- Required
}
provide {
-- 'ox_inventory' -- Uncomment this line only if you have qbx but better way is the remove 'ox_inventory' dependency on every scripts.
}
dependency '/assetpacks'
dependency '/assetpacks'