Git Product home page Git Product logo

vorp-inventory's Introduction

Inventory System for VORP Core

Requirements

How to install

  • Download the lastest version of VORP Inventory
  • Copy and paste vorp_inventory folder to resources/vorp_inventory
  • Add ensure vorp_inventory to your server.cfg file
  • To change the language go to resources/vorp_inventory/Config and change the default language, also you will have to edit the html file to change the text on the inventory menu
  • Now you are ready!

Features

  • Unique weapons in order not to duplicate them.
  • Each weapon has its own ammo and can have diferent type of ammo.
  • Each weapon has its own modifications.
  • When dropping or giving a weapon you give it with all the modifications and ammo.
  • It also has usaable items.
  • KLS.

image image

API For Lua

For importing the API on top of your server resource file vorpInventory = exports.vorp_inventory:vorp_inventoryApi() this will return a table for simply using the inventory

  • Uses:
  • Quit weapon vorpInventory.subWeapon(source,weaponId)
  • Create and give new Weapon with the name of the weapon in capital letters vorpInventory.addWeapon(source,weaponName)
  • Add an item with quantity vorpInventory.addItem(source,item,cuantity)
  • Sub item with quantity vorpInventory.subItem(source,item,subCuantity)
  • Returns the item quantity vorpInventory.getItemCuantity(source,item)

Wiki

Wiki VORP Inventory

Credits

Credits to @Trsak for creating the base the inventory interface

Credits to Redemrp_inventory

vorp-inventory's People

Contributors

local9 avatar avililla avatar artzalez avatar outsider31000 avatar kamelzarandah avatar rubi216 avatar demo4889 avatar jeffreybytes avatar bevilh2o avatar horseyhorsey avatar zawadzkip avatar pokeser avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.