INSTALLATION

1

Dependencies

Make sure these are installed and started before Koja Trucker:

ensure oxmysql
ensure koja-lib
2

Drop in the resource

  1. Extract the resource into your server's resources directory.

  2. Keep the folder name koja-trucker (exports and events are namespaced to it).

  3. Add it to your server.cfg:

ensure koja-trucker
3

Database

The required tables are created automatically on first start (controlled by general.autoCreateTable in the config). You don't need to import any SQL.

The resource owns these tables — all prefixed koja-trucker*:

Table
Purpose

koja-trucker

Per-player level, XP, skill points, skills, totals

koja-trucker-accounts

Display name & account type

koja-trucker-companies

Companies

koja-trucker-company-members

Membership & roles

koja-trucker-company-invitations

Outgoing invites

koja-trucker-company-requests

Join requests

koja-trucker-company-activity

Live activity feed

koja-trucker-shipment-history

Delivery history

koja-trucker-promocodes

Promo codes

koja-trucker-promocode-redemptions

Who redeemed what

koja-trucker-quests

Per-player daily/weekly quest state

4

Framework

Koja Trucker auto-detects ESX, QBCore or ox through koja-lib. No manual bridge configuration is required in the common case.

5

First launch

  1. Start the server and join.

  2. Open the tablet (default command /trucker — see Configuration to rename it).

  3. Grant yourself admin (see Admin panel) to start creating depots and orders.

Last updated