đĨī¸Installation
In order to ensure a successful installation, please follow the instructions very carefully.
Dependencies
Installing the resource
Make sure you have the dependencies listed above installed.
Extract the contents of the archive to your resources folder.
Run the SQL queries provided in rahe-racing/sql/db.sql.
Choose your framework tab from the section below & follow the instructions.
In the file rahe-racing/public/config/shared.lua change the framework to 'QB'.
Using the resource
Use the command /racing in-game to open the application tablet.
Importing tracks
There are about 100 custom-made tracks included with the resource. If you wish, you can import these into your database to have some inital tracks. This is completely voluntary and is not required if you want to create your own tracks.
To import them, just run the SQL query provided in rahe-racing/sql/tracks.sql
The tracks SQL file is quite large and some databases tend to time out when trying to import the tracks. To counter this, please run the following SQL query before importing:
SET GLOBAL max_allowed_packet=1073741824;
Last updated