Installation

Step 1. Download lvs_playerlist package

Download the lvs_playerlist package from your keymaster. 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


Step 3. Config

Now configure and translate your resources.

Config files

config/config.lua config/translation.lua server/sv_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
# ... some others
# lvs_bridge should go right after ensure the framework resource and before any other LVS scripts
start lvs_bridge
# ... some others
start lvs_playerlist

Last updated