Installation

Welcome to the Pluto Development's Drug Lab installation guide! This guide will walk you through the complete installation process to ensure a smooth and problem-free setup. By carefully following each step and completing the documentation, you’ll achieve a clean and seamless installation.

Asset download

To find the asset, you must have made the purchase using your own keymaster account. Otherwise, you can use the transfer system to move the asset to a different keymaster account.

Once the purchase is made on our official website, you will receive your asset directly in your Keymaster, in your own panel you can download the asset and install it following the following documentation.

If you have more problems regarding Fivem Escrow, accounts or asset startup errors you can go here and see if any of them match your case, since Escrow requires some basic things for its operation, such as your keymaster account, your licensekey , etc.

FiveM Asset Escrow System

Asset dependecies

This asset has some dependencies that are completely mandatory and important for the operation of the asset. If you do not have these dependencies, your asset will probably start and have some error or message in its command console.

Dependency
Link

progressbar

Included in the asset folder (you can use your own one)

pd_lib

Included in the asset folder

pd_bridge

Included in the asset folder

pd_interaction

Included in the asset folder

Starting order

-- first we need to start our framework cores (qb, esx, qbox...)
ensure qbcore or es_extended

start pd_lib
start pd_bridge
start pd_interaction
start pd_props
start pd_labs

Bridge configuration

In order for our script to adapt with your current scripts, you need specify which scripts you are using AT THE START OF the server.cfg

# pd_bridge settings
setr pd_bridge:language "en"
setr pd_bridge:framework ""
setr pd_bridge:inventory ""
setr pd_bridge:keys ""
setr pd_bridge:notification ""
setr pd_bridge:progressbar ""

To fill this settings with the correct names, check the following page.

Compatibility

Example:

# pd_bridge settings
setr pd_bridge:language "en"
setr pd_bridge:framework "qb-core"
setr pd_bridge:inventory "qs-inventory"
setr pd_bridge:keys "qb-vehiclekeys"
setr pd_bridge:notification "qb-core"
setr pd_bridge:progressbar "ox_lib"

Database

Your script data is automatically saved in pd_labs/files/data.json. SQL is not needed for saving the Labs data because we're using the JSON file. So, you don't need to do anything for this step.

Items

We provided images for added items in pd_wash/images. You can add those in your inventory image folder.

Please make sure the items present in the images folder to your inventory.

Last updated