🛠ī¸Installation

Here you can find the dependencies you need, instructions on how to start the script, and Frequently Asked Questions (FAQ).

If you still have issues installing 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 script will not work properly.

At the fmLib releases link, make sure you download fmLib.zip. Do NOT download the Source Code, as the source code is not always as stable.

Dependencies
Links
Optional Dependencies
Links

Ensuring scripts

To make sure the script 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 oxmysql
ensure oxmysql

-- Start your framework
ensure es_extended or qb-core

-- Start screenshot-basic (OPTIONAL)
ensure screenshot-basic

-- Start fmLib (this MUST be below frameworks, inventories & such)
ensure fmLib

-- And now we can start the script
ensure [rx] or script_name

Database

Open the SQL file in your script folder. Now copy & paste everything inside into your database by executing a query.

Setup Screenshots

To make screenshots work, you have to configure it. Currently we are only supporting Fivemanage in order to save & retrieve screenshots. Follow the guide below in order to activate screenshots in your script.

FiveManage

  1. Create an account at: https://fivemanage.com/

  2. On Fivemanage, go to Tokens and press Create new token

  3. Type of token: Images only, name can be anything.

  1. Copy the token and go to RxReportsPRO/config/sv_config.lua

  2. Scroll down to the bottom and paste your token in Config.FIVEMANAGE_API_KEY = 'token_here'

  3. Confirm that your config value looks in the same format like below.

Config.FIVEMANAGE_API_KEY = '241KJRrVgXsTo8QXmxaKN51qBVw2v7FR'

FAQ

No Frequently Asked Questions By Customers so far.

Last updated