🛠ī¸Installation

RxBlackMarkets

Welcome to our RxBlackMarkets installation page. Here you can find the dependencies you need, instructions on how to start RxBlackMarkets, and Frequently Asked Questions(FAQ). If you still can't install the script or encounter any errors, don't hesitate to create a ticket in our discord.

Install dependencies

Make sure you have installed all the dependencies. Without these scripts the RxBlackMarkets script will not work properly.

You can find out which frameworks we support here

Ensuring scripts

To make sure RxBlackMarkets works properly we need to make sure all scripts start in the right order in your server.cfg. Below you can find an example of how it can look like:

You can also create a folder called [rx] in your resource folder. If you have multiple scripts from us, you don't need to add them all to your server.cfg one by one. :)

-- start your framework
ensure es_extended/qb-core

-- start ox_lib
ensure ox_lib

-- start ox_target or qb-target 
ensure ox_target or qb-target

-- And now we can start RxBlackMarkets :)
ensure RxBlackMarkets or [rx]

FAQ

No images

Q: I don't see any images in the blackmarket.

A: Make sure the imgDirectory in your config.lua is set correctly, and make sure it ends with a /. Below you will find an example.

Config.ImgDirectory = 'ox_inventory/web/images/' -- The directory where the images are stored.

Last updated