Installation
Step 1. Download lvs_weazelnews package
Download the lvs_weazelnews 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
lvs_interact
Included in the package
lvs_npcdialog
Included in the package
lvs_elevators
Included in the package
Please note that the script requires lvs_interact
and lvs_npcdialog
. You can set up any interaction you desire; the events are available in the configuration file. We can assist you with integration to other script, but we won't do it for you.
Step 3. Config
Now configure and translate your resources.
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
start ox_lib
# lvs_bridge should go right after ensure the framework resource and before any other LVS scripts
start lvs_bridge
start lvs_lib
start lvs_interact
start lvs_npcdialog
start lvs_elevators
# ... some others
start lvs_weazelnews # ... or ensure [lvs]
ESX Framework
Last updated