- Download the lastest version of
vorp_inventory
- Copy and paste
vorp_inventory
folder toresources/[VORP]essentials/vorp_inventory
- Add
ensure vorp_inventory
to yourresource.cfg
file - To change the language go to
languages/language.lua
and change the default language in config
- Exports
- Events
- Weight inventory based
(with limit for items)
- Unique weapons equip/unequip
- Weapons with serial numbers
- Weapons custom labels serial numbers and descriptions
- Weight for weapons and items
- Give ammo from your belt
- Drop/Give/Pick Up functions
- Props can be spawned for dropped items(Real weapon models are used for weapons)
- Usable items double click or right click
- KLS.
- Metadata for items
- Changing item label, weight, description and image with metadata
- Storage/Stashes API
- On respawn clear weapons items money ammo
- Jobs can hold more weapons
- Items and weapons with groups
- Item give on first connection and weapons
- Degration System (Items in the Custom inventory do not lose degradation level(Only when dropped in the main inventory or on the ground))
- Each item can optionally have an expiration date
- Expired items cannot be used
- Expired items are displayed in inventory with low opacity and much more
- Description of all items in DB
- Gold item like Dollars (You can give and drop item)
- Option to use Gold like Dollars, configurable in
config.lua
andconfig.js
- Added descriptions of each item in inventory, for items (desc is in DB), for weapons (desc is in
shared/weapons.lua
)
Inventory API Documentation