notkuubik Development
StoreDiscordYoutube
  • Welcome
  • Common questions
  • 🚛Trucking
    • 💻Installation
    • ⚙️Integration
    • ⁉️Common issues
    • ❔ Common questions
  • 📻Radio info
    • 💻 Installation
    • ⚙️ Integration
Powered by GitBook
On this page
  • Dependencies
  • Installation
  1. Trucking

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.

Trucking (kub_trucking)

  1. Run the SQL queries provided in kub_trucking/initDB.sql

  2. Choose your framework from the tab below and follow the instructions.

Open kub_trucking/server/config/svconfig.lua and set line 3 to

svConfig.Framework = "qb"

Open kub_trucking/server/config/svconfig.lua and set line 3 to

svConfig.Framework = "ESX"

Open kub_trucking/server/config/svconfig.lua and set line 3 to

svConfig.Framework = "CUSTOM"

In game

Use the command /trucking to open the trucking tablet.

PreviousTruckingNextIntegration

Last updated 10 months ago

🚛
💻