Installation

Welcome to the Inventory installation guide, here you can learn how to install our product completely, by following each step, we'll get a clean and smooth installation where you won't find any problems.

triangle-exclamation

Download and installation

Once you've purchased the asset in the store, you can retrieve it from your portalarrow-up-right.

Simply drag the folder ux_inventory contained in the .zip file into your server's resource folder, add the line below to your server.cfg file and restart your server !

Once you've done this, make sure your ox_inventoryarrow-up-right is up to date.

Open the ox_inventory folder in the same .zip file as the ux_inventory folder and replace the files in it with the existing files in your ox_inventory.

If you have any problems with the Escrow System, please read this page and do what it says.

Skin system

If you use illenium-appearancearrow-up-right, open the illenium-appearance folder in the same .zip file as the ux_inventory folder and replace the files in it with the existing files in your illenium-appearance.

If you use skinchangerarrow-up-right, please identify the version in the fxmanifest.lua script on your server. Once identified, open the skinchanger folder in the same .zip file as the ux_inventory folder, open the folder with the corresponding version, and replace the files in it with the existing files in your skinchanger


Locales

In your used locale, for example if en is used, go to ox_inventory/locales/en.json, and add theses lines inside:


Add Items

Add theses lines in ox_inventory/data/items:

Enable Vest System

The vest system allows you to have a truly usable bulletproof vest. When a vest is equipped on a player, it adds armor to the player. It is recommended that you disable the purchase of vests in your clothing store and character creator.

Set to true in ux_inventory/config.lua:

Modify the vest item in ox_inventory/data/items:

Example of a shop where you can buy a vest, in ox_inventory/data/shops.lua

Last updated