Skip to content

oskydoki/qb-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🧰 qb-inventory (Modified Version)

Discord for Support : https://discord.gg/6FTXP9e4P7

This is a customized version of qb-inventory for the QBCore framework. It introduces major improvements:

  • πŸ’Έ Cash as an inventory item
  • πŸŽ’ Back item props for immersive carrying visuals
  • πŸ–₯️ A redesigned, modern UI

πŸš€ Features

  • βœ… Cash is now a physical item (cash) that can be dropped, traded, or stored in inventory.
  • βœ… Items like bags, large tools, and certain weapons show props on the player's back when carried.
  • βœ… Fully redesigned and responsive inventory UI.

πŸ“¦ Installation

  1. Replace your existing qb-inventory with this modified version.
  2. Add the cash item to your shared items in qb-core/shared/items.lua.

πŸ”§ Add cash Item

In your qb-core/shared/items.lua, insert the following:

['cash'] = {
    name = 'cash',
    label = 'Cash',
    weight = 0,
    type = 'item',
    image = 'money.png',
    unique = false,
    useable = false,
    shouldClose = true,
    combinable = nil,
    description = 'Some loose cash you can carry or trade.',
    stack = true,
    close = true,
    server = false
},
image image image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors