Skip to content

Rexshack-RedM/rsg-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

521 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rsg_framework

🎯 RSG‑Inventory

Converted from qb‑inventory fully optimized for RedM Roleplay with RSG Core & ox_lib.

Version Platform License

A robust, modular inventory system for your RedM server.


🛠️ Dependencies

Make sure these resources are running before starting rsg-inventory:


✨ Features

  • 🗄 Stashes — Personal and/or shared
  • 🐎 Vehicle Trunk & Glovebox — Includes optional horse saddlebag support
  • 🏪 Shops — Works great with rsg-shops 🥐
  • 🎒 Item Drops — Physical objects in the world
  • Configurable Limits — Stash, and drop sizes
  • 🚫 Hotbar Spam Protection — Adjustable timers and notifications

📸 Inventory Preview

Inventory Preview


📜 Example Config

return {
    StashSize = { maxweight = 2000000, slots = 100 },
    DropSize = { maxweight = 1000000, slots = 50 },
    HotbarSpamProtectionTimeout = 500,
    HotbarSpamProtectionNotify = false,
    GiveItemType = "nearby",
}

📂 Installation

  1. Download this resource and place it in your resources folder
  2. Install and start ox_lib and rsg-core and rsg-shops
  3. Add ensure rsg-inventory to your server.cfg
  4. Edit shared/config.lua to fit your server’s needs
--- NOTES

--- player inventory max weight and slots are configured in rsg-core\config.lua (RSGConfig.Player.PlayerDefaults)
--- if inventory items should decay at modified rate, add decay{PERCENTAGE} to stash name (i.e.: basement69-decay30, freezer111_decay0, composter333decay5000)

💎 Credits


About

rsg-inventory for RSG RedM Framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors