Skip to content

VORPCORE/vorp_inventory-lua

Repository files navigation

Inventory System for VORPCore framework in Lua

Requirements

How to install

  • Download the lastest version of vorp_nventory
  • Copy and paste vorp_inventory folder to resources/[VORP]essentials/vorp_inventory
  • Add ensure vorp_inventory to your resource.cfg file
  • To change the language go to languages/language.lua and change the default language in config

Extensive API

  • using a single export on top of your server and client files
  • single exports for each API function * NEW

Features

  • wieght 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
  • usable items double click or right click
  • KLS.
  • metadata for items
  • 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 weaponsand much more

image

image

image

Extra Features

  • Description of all items in DB
  • Gold item like Dollars (You can give and drop item)
  • You can choose if using Gold like Dollars in config.lua and config.js
  • Added descriptions of each item in inventory, for items (desc is in DB), for weapons (desc is in shared/weapons.lua)

DOCUMENTATION

vorp_inventory

Credits

  • To Val3ro for the initial work.
  • to Emolitt and Outsider for finishing/testing.
  • Credits to Vorp Team for creating the C# version and Local9.
  • to blue for making this possible