💻Installation

For a smooth installation process, it's important to carefully follow the provided instructions.

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

Installation

Ensure that you have the dependencies listed above installed. Extract the contents of the archive into your resources folder. Add both resources to your server config file to ensure they automatically run during server startup.

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\sv_framework.lua, fill the framework functions.

  • getPlayerIdentifier

  • getPlayerCharacterName

  • addPlayerMoney

  • addPlayerMoneyAuction

  • removePlayerMoney

Using the resource

Use the command /chop to open the chop shop tablet.

Last updated