Installation

Step 1. Download package

Download the lvs_inventory package from your portal.

  • lvs_inventory

  • lvs_shops

  • lvs_crafting

  • ox_dependency

The best way to place the downloaded files is by creating a folder [lvs] in resources, where you can put all the scripts related to this LVS Store.


Step 2. Install dependencies

Install the dependencies if they are not installed.

ox_inventory

---

lvs_bridge

Included in the package

lvs_interact

Included in the package


Step 3. Config

Now configure and translate your resources.

Config files

lvs_inventory/config/config.lua lvs_shops/config/*.lua lvs_crafting/config/*.lua


Step 4. Start the script (server.cfg)

In the server.cfg file, you need to start or ensure the scripts

ensure qb-core
start ox_lib
start ox_target
start ox_dependency
start ox_inventory
start lvs_bridge
start lvs_lib
start lvs_inventory
# ensure [lvs]

Last updated