Installation

This page covers the installation guide for T1GER Mechanic

1

Ensure Dependencies

Type
Resource(s)
Mandatory

Database

Library

Inventory

ox_inventory, qb-inventory, qs-inventory, core_inventory, codem-inventory, origen_inventory or ak47_inventory

2

Download

Download the listed assets from Cfx.re Portal:

  • t1ger_mechanic

  • t1ger_carlift

  • t1ger_mechanicprops

Unzip the downloaded assets (t1ger_mechanic, t1ger_carlift and t1ger_mechanicprops) and drag them into a new folder named [t1ger] inside your server's resources folder.

3

Start Order

ensure oxmysql
ensure ox_lib
ensure es_extended -- or qbx_core / qb-core
ensure ox_target -- or qb-target
ensure ox_inventory -- or whatever compatible inventory
ensure [t1ger]

There can be resources ensure in between the listed resources - this solely clarifies the correct start order.

4

Run SQL

Open the t1ger_mechanic/install/main.sql file and run the queries in your database.

Alternatively you can the import file directly into your database.

5

Add Items

Open t1ger_mechanic/install/items/ox_inventory.lua file and copy/paste into ox_inventory/data/items.lua file.

Inventory icons are located in t1ger_mechanic/install/items/icons/ folder.

6

Configuration

Configure the resource to your liking. Read the end-text comments carefully. If you do not understand, please refer to our documentation or contact us through the relevant support channels on .

Refer to Configuration

7

Complete

Last updated