Turn your inventory into a modern, smooth and fully customizable experience.
FULLY CONFIGURABLE BACKPACK SYSTEM in config.lua + Vue3 ultra-modern UI.
Main Features
- TAB - Instant modern inventory access
- Independent Hotbar HUD - always visible (1-5 hotkeys)
-
FULLY CONFIGURABLE BACKPACK SYSTEM:
Config.Backpacks = {
backpack = {
slots = 30, -- ← CUSTOMIZE HERE!
weight = 50000 -- ← CUSTOMIZE HERE!
},
backpack2 = {
slots = 40,
weight = 80000
},
}
- backpack1.png + backpack2.png INCLUDED
- Drag & drop between player/backpack/other inventories
- Player Info Panel - Cash/Bank/Job/Weight/CitizenID live
- Perfect drag & drop + stack splitting (SHIFT)
- Right-click context menu - Use/Give/Drop/Split/Copy Serial
- Weapon attachments visual + serial copy
- Live theme changer - accent color + alpha intensity
- Neon UI + quality/durability bars (green/yellow/red)
- Shop price overlay
Hotkeys
TAB - Open/Close Inventory
1-5 - Hotbar slots
RMB - Context menu on items
SHIFT - Split stack
ESC - Force close
- Theme settings
FULL CONFIG (config.lua - OPEN)
Config.MaxWeight = 120000 -- Player weight
Config.MaxSlots = 40 -- Player slots
Config.Backpacks = { ... } -- Backpack slots/weight
Config.Keybinds.Open = 'TAB' -- Change hotkey
Config.HotbarTimeout -- Hotbar preview time
Requirements
- qb-core (QBCore framework)
- oxmysql (MySQL-async)
- qb-weapons (attachments)
Database
- inventories table - backpacks auto-supported
- qb-inventory.sql INCLUDED
Installation
1. resources/[qb]/qb-inventory
2. Import qb-inventory.sql
3. EDIT config.lua - customize backpacks
4. Add backpack items to qb-core/shared/items.lua:
['backpack'] = { name = 'backpack', weight = 1000, image = 'backpack1.png', unique = true, useable = true }
['backpack2'] = { name = 'backpack2', weight = 1000, image = 'backpack2.png', unique = true, useable = true }
5. ensure qb-inventory
What's INCLUDED
100+ item images + backpack1.png/backpack2.png
config.lua - FULLY customizable
locales/*.lua - multi-language
html/**/* - complete modern UI
Core scripts ESCROW protected
Asset Escrow
config.lua + html/UI FULLY OPEN for customization.
Client/server/NUI logic protected.
Support
Discord:
**
BUY NOW: [Tebex]
**
OTHER SCRIPTS: [coLdStudio]
FULLY CONFIGURABLE BACKPACK SYSTEM in config.lua + Vue3 ultra-modern UI.
- TAB - Instant modern inventory access
- Independent Hotbar HUD - always visible (1-5 hotkeys)
-
Config.Backpacks = {
backpack = {
slots = 30, -- ← CUSTOMIZE HERE!
weight = 50000 -- ← CUSTOMIZE HERE!
},
backpack2 = {
slots = 40,
weight = 80000
},
}
- backpack1.png + backpack2.png INCLUDED
- Drag & drop between player/backpack/other inventories
- Player Info Panel - Cash/Bank/Job/Weight/CitizenID live
- Perfect drag & drop + stack splitting (SHIFT)
- Right-click context menu - Use/Give/Drop/Split/Copy Serial
- Weapon attachments visual + serial copy
- Live theme changer - accent color + alpha intensity
- Neon UI + quality/durability bars (green/yellow/red)
- Shop price overlay
TAB - Open/Close Inventory
1-5 - Hotbar slots
RMB - Context menu on items
SHIFT - Split stack
ESC - Force close
Config.MaxWeight = 120000 -- Player weight
Config.MaxSlots = 40 -- Player slots
Config.Backpacks = { ... } -- Backpack slots/weight
Config.Keybinds.Open = 'TAB' -- Change hotkey
Config.HotbarTimeout -- Hotbar preview time
- qb-core (QBCore framework)
- oxmysql (MySQL-async)
- qb-weapons (attachments)
- inventories table - backpacks auto-supported
- qb-inventory.sql INCLUDED
1. resources/[qb]/qb-inventory
2. Import qb-inventory.sql
3. EDIT config.lua - customize backpacks
4. Add backpack items to qb-core/shared/items.lua:
['backpack'] = { name = 'backpack', weight = 1000, image = 'backpack1.png', unique = true, useable = true }
['backpack2'] = { name = 'backpack2', weight = 1000, image = 'backpack2.png', unique = true, useable = true }
5. ensure qb-inventory
config.lua + html/UI FULLY OPEN for customization.
Client/server/NUI logic protected.
Discord:
Hidden link for visitors, to see
Log in or register now.
**
Hidden link for visitors, to see
Log in or register now.
****
Hidden link for visitors, to see
Log in or register now.
**