All Projects β†’ overextended β†’ ox_inventory

overextended / ox_inventory

Licence: GPL-3.0 license
Overextended Inventory for ESX Legacy

Programming Languages

lua
6591 projects
typescript
32286 projects
SCSS
7915 projects

Projects that are alternatives of or similar to ox inventory

altv-os-character-editor
alt:V Open Source Character Editor / Synchronization
Stars: ✭ 35 (-76.51%)
Mutual labels:  fivem, esx
krz personalmenu
πŸŽ“ ESX PersonalMenu by Korioz
Stars: ✭ 58 (-61.07%)
Mutual labels:  fivem, esx
esx advancedweaponshop
Advanced Weapon Shop for FiveM ESX Legacy
Stars: ✭ 16 (-89.26%)
Mutual labels:  fivem, esx
esx repairkit
Simple repairkit script for FiveM ESX servers
Stars: ✭ 36 (-75.84%)
Mutual labels:  fivem, esx
esx advancedvehicleshop
Advanced Vehicle Shops for FiveM ESX Legacy
Stars: ✭ 28 (-81.21%)
Mutual labels:  fivem, esx
esx menu default
ESX Menu Style for FXSERVER gtaonline style
Stars: ✭ 30 (-79.87%)
Mutual labels:  fivem, esx
natuna-fivem
Typescript/Javascript Bundled FiveM Framework with single module engine that runs on Javascript runtime. Powered with NodeJS.
Stars: ✭ 21 (-85.91%)
Mutual labels:  fivem, esx
esx extraitems
Extra Items for FiveM ESX Legacy
Stars: ✭ 44 (-70.47%)
Mutual labels:  fivem, esx
chat
FiveM Chat System | Works off ESX Framework
Stars: ✭ 32 (-78.52%)
Mutual labels:  fivem, esx
esx advancedbanking
Advanced Banking for FiveM ESX Legacy
Stars: ✭ 18 (-87.92%)
Mutual labels:  fivem, esx
esx scoreboard
esx - scoreboard | A user friendly scoreboard for your server ;)
Stars: ✭ 28 (-81.21%)
Mutual labels:  fivem, esx
zAdmin
Powerfull admin menu that works with ESX.
Stars: ✭ 54 (-63.76%)
Mutual labels:  fivem, esx
mventory
An API-driven solution for Makerspaces, Tinkerers, and Hackers.
Stars: ✭ 102 (-31.54%)
Mutual labels:  inventory
Inventory-Management-System-Django
A Inventory management system written in DJango
Stars: ✭ 71 (-52.35%)
Mutual labels:  inventory
StockManager
a JavaFX stock manager app
Stars: ✭ 29 (-80.54%)
Mutual labels:  inventory
sphobjinv
Toolkit for manipulation and inspection of Sphinx objects.inv files
Stars: ✭ 53 (-64.43%)
Mutual labels:  inventory
ZIRIXV2
Base vRPex para FiveM, desenvolvida pela equipe ZIRAFLIX, conjunto a alguns scripts da comunidade.
Stars: ✭ 22 (-85.23%)
Mutual labels:  fivem
AdiBags
WoW Addon β€” Adirelle's bag addon.
Stars: ✭ 94 (-36.91%)
Mutual labels:  inventory
InvMan
Open source JavaFX inventory management application
Stars: ✭ 40 (-73.15%)
Mutual labels:  inventory
rprogress
Customisable radial progress bars for FiveM
Stars: ✭ 41 (-72.48%)
Mutual labels:  fivem

Framework

The inventory was designed with the intention to move towards a more generic / standalone structure so it can be integrated into any framework without too much hassle. I will be writing a guide for manually setting up support sometime soonβ„’. In the mean-time, it will work without any alterations if using the latest updates to ESX Legacy.

Config

Refer to the documentation setting your config.
When set, you can add the following to your 'server.cfg'

exec @ox_inventory/config.cfg
ensure ox_inventory

Logging

The included logging module utilises datadog to store logging data, which can be expanded for improved analytics and metrics. Register an account at datadoghq.
The free plan is enough for most user's purposes and provides far more utility than the typical weird discord logs utilised in other resources.

Once you have registered, generate an API key and add set datadog:key 'apikey' to your server config.

Features

Shops

  • Creates different shops for 24/7, Ammunation, Liquor Stores, Vending Machines, etc.
  • Job restricted shops, such as a Police Armoury.
  • Items can be restricted to specific job grades and licenses.
  • Define the price for each item, and even allow different currency (black money, poker chips, etc).

Items

  • Generic item data shared between objects.
  • Specific data stored per-slot, with metadata to hold custom information.
  • Weapons, attachments, and durability.
  • Flexible item use allows for progress bars, server callbacks, and cancellation with simple functions and exports.
  • Support for items registered with ESX.

Stashes

  • Server-side security prevents arbitrary access to any stash.
  • Support personal stashes, able to be opened with different identifiers.
  • Job-restricted stashes as well as a police evidence locker.
  • Server exports allow for registration of stashes from any resource (see here).
  • Access small stashes via containers, such as paperbags, from using an item.
  • Vehicle gloveboxes and trunks, for both owned and unowned.

Temporary stashes

  • Dumpsters, drops, and non-player vehicles.
  • Loot tables allow users to find random items in dumpsters and unowned vehicles.



Legal Notices

Ox Inventory for ESX Legacy

Copyright Β© 2022 Linden, Dunak, Luke

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.
If not, see https://www.gnu.org/licenses/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].