CodeRanch VORP Inventory Enhanced FREE
An enhanced RedM inventory built on top of the original VORP Inventory framework.
This version keeps the VORP foundation while expanding it with a more feature-rich UI, crafting support, stash systems, durability, hotbar support, metadata handling, and a much broader integration/export API.
Features
- Enhanced VORP inventory system built on top of the original VORP Inventory framework
- Modern custom NUI inventory interface
- Supports items, weapons, money, gold, and ammo in one inventory flow
- Slot-based inventory system with weight tracking
- Custom inventory labels, descriptions, metadata, and unique item data support
- Weapon serial numbers, custom labels, and custom descriptions
- Weapon durability system with configurable durability loss per shot
- Weapon repair system with configurable repair stations
- Hotbar system with quick-use keybinds
- Player-to-player item and weapon giving
- Steal system with second-inventory view
- Drop system with synced world pickups
- Drop inventory lock protection to prevent multiple players using the same drop at once
- Configurable stash system with job restrictions
- Supports shared and personal stashes
- Supports custom inventories registered by other resources
- Slot-limited or weight-limited custom inventories
- Job permission support for custom inventories
- Character ID permission support for custom inventories
- Blacklist support for custom inventories
- Crafting system with persistent craft inventories
- Craft recipes configurable in
config/craft.lua - Craft stations can be normal no-ped interaction points or NPC ped stations
- Optional NPC craft stations with configurable model, heading, scenario, and position
- Metadata-aware inventory queries and item handling
- Usable item registration export for easy integration
- Client exports for opening, closing, toggling, and disabling inventory
- Server exports for items, weapons, ammo, custom inventories, and metadata control
- Shared utility exports for table matching and merge helpers
- Configurable open animation
- Configurable sound effects
- Configurable stash prompts
- Configurable death inventory behavior
- Configurable starting items and starting weapons
- Configurable weapon limits by job
- Lantern belt support
- Dual wield support
- Built UI source included with Vue + Vite
- Prebuilt UI included and ready to run
Requirements
vorp_coreoxmysqlvorp_progressbar(required if using weapon repair)
Crafting Options
Craft stations support both styles:
- Standard craft point with no NPC
- NPC-based craft station with configurable ped settings
Example:
Config.CraftLocations = {
{
coord = vector3(-369.51, 796.07, 116.2),
label = "Craft Station",
interactDistance = 2.0,
},
{
coord = vector3(-365.12, 792.84, 116.18),
label = "Camp Cook",
interactDistance = 2.0,
ped = {
enabled = true,
model = "U_M_M_NbxGeneralStoreOwner_01",
heading = 180.0,
scenario = "WORLD_HUMAN_SMOKE",
}
}
}
Preview
- Video: Link
GET IT NOW OPENSOURCE FREE
Credits
- Original Framework: VORP Framework
- Original Inventory Base: VORP Inventory
- Original Repository: GitHub - VORPCORE/vorp_inventory: vorp Inventory in lua · GitHub
- Enhanced by: CodeRanch
- Special Credit: Outsider
This project is an enhancement of the original VORP inventory ecosystem and does not replace original authorship credit.
Other Scripts
- RedM Ultimate Chat Script | Text Formatting & Mention & Emoji System | CodeRanch - RedM Releases - Cfx.re Community
- Advanced Evidence System | CodeRanch - RedM Releases - Cfx.re Community
- RedM PauseMenu Script | CodeRanch - RedM Releases - Cfx.re Community
- [Vorp] Premium Multicharacter & Spawn Selector System | CodeRanch - RedM Releases - Cfx.re Community
- [Standalone] Advanced Fishing Job | Coop System | Premium UI - RedM Releases - Cfx.re Community
- [Standalone] Advanced Box Delivery Job | Coop System | Premium UI | Level & XP - RedM Releases - Cfx.re Community
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | 5000+ |
| Requirements | VORP Core/VORP ProgressBar |
| Support | Yes |












