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

Bridge configuration (IMPORTANT!)

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

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

Compatibility

Example:

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_labs/images. You can add those in your inventory image folder.

QBCore Framework
ESX Framework
OX Inventory
Using a custom inventory?
  • If your inventory is using the same functionalities of the framework, it should still work properly.

  • If your inventory have a different way of adding items, you can add them manually using the items mentioned above.

Ox inventory

If you are using ox_inventory, go to init.lua file. Then go to line 108 and add the following line:

Example:

Last updated