π»Installation
In order to ensure a successful installation, please follow the instructions very carefully.
Last updated

In order to ensure a successful installation, please follow the instructions very carefully.
Download the latest build of oxmysql (not the source code).
Extract the contents of the archive to your resources folder.
Start the resource near the top of your resources in your server.cfg.
Your oxmysql version must be 2.0.0 or above in order to work with our system.
Make sure you have downloaded the built version of oxmysql! If you download the source code, then the resource won't start and queries are unable to execute.
The built version can be downloaded from the releases page (oxmysql.zip).
Download the latest build of ox_lib (not the source code).
Extract the contents of the archive to your resources folder.
Start the resource near the top of your resources in your server.cfg.
Make sure you have downloaded the built version of ox_lib! If you download the source code, then it won't function correctly and the application will have problems.
The built version can be downloaded from the releases page (ox_lib.zip).
Make sure you have the dependencies listed above installed.
Extract the contents of the archive to your resources folder. Add both of the resources into your server config file so they would automatically run when the server is starting up.
Run the SQL queries provided in rahe-boosting/db.sql.
Choose your framework tab from the section below & follow the instructions.
Open rahe-boosting/config/shared.lua and set line 4 to framework = 'QB'
Open qb-policejob, find an event called police:server:UpdateCurrentCops in qb-policejob/server/main.lua. Add the following line into the function, to the end:
TriggerEvent('police:SetCopCount', amount)This makes the script send a server-side event needed for our boosting script.
Open rahe-boosting/config/shared.lua and set line 4 to framework = 'ESX'
Open rahe-boosting/config/shared.lua and set line 4 to framework = 'CUSTOM'
No additional installation steps required.
Use the command /boosting in-game to open the application tablet.
Use the command /usehackingdevice in-game to use the hacking device.
Use the command /usegpshackingdevice in-game to use the GPS hacking device.
Last updated