Installation

Step 1. Download package

Download the lvs_idmanager package from your portal.

  • lvs_idmanager

  • lvs_bridge

  • lvs_lib

  • lvs_interact

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.

lvs_bridge

Included in the package

lvs_lib

Included in the package

lvs_interact

Included in the package


Step 3. Config

Now configure and translate your resources.

Config files

lvs_idmanager/config/config.lua lvs_idmanager/config/locales.lua


Step 4. Start the script (server.cfg)

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

-- start CORE
start ox_lib
-- start INVENTORY
start lvs_bridge
start lvs_lib

start lvs_id_manager # or ensure [lvs]

Last updated