Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ’»Installation

In order to ensure a successful installation, please follow the instructions very carefully.

Dependencies

oxmysql

Installation

  • 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.

Required version

Your oxmysql version must be 2.0.0 or above in order to work with our system.

Use the built version

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).

ox_lib

Installation

  • 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.

Use the built version

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).

Installing the resources

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.

Required start-up order

ensure rahe-navigation
ensure rahe-taxi

Framework

If you're using QB, QBX or ESX, your framework will be automatically detected.

For other frameworks, please follow the provided instructions:

Using other frameworks

Firstly, in public\config\shared\sh_config.lua change the framework to CUSTOM.

Secondly, in public\api, fill all the framework related functions.

Using the resource

Use the command /taxi to open the taxi launcher.

Make sure this works before moving on to the phone integration.

Last updated