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

Installation

Resource installation guide and dependencies

Framework

Dependencies

Resource

Install

Description

Required

Framework, inventory, target and etc.

Required

Context menu, notification etc.

t1ger_carlift

Required

For custom lifts to work

1 - Start

  1. Download T1GER Mechanic System and T1GER Car Lift from FiveM's Keymaster.

  2. Unzip t1ger_mechanicsystem.zip folder and place it into your resource folder.

  3. Unzip t1ger_carlift.zip folder and place it into your resource folder.

  4. Add ensure t1ger_mechanicsystem and t1ger_carlift to your server start config. Make sure to place anywhere below the framework and dependencies resources.

2 - SQL

Please open main.sql and execute the queries into your database or import the SQL file directly into your database.

3 - Jobs (ESX Framework)

Navigate to es_extended/server/functions.lua and paste the below function in the bottom of the file.

Make sure to add this function below ESX.CreateJob function, which will ensure your job is deleted when a mechanic shop is deleted.

4 - Items

ESX

  1. Open your database and find the items table.

  2. Run the following query to insert items into your table:

QB Core

  1. Navigate to qb-core/shared/items.lua and open up the file.

  2. Insert the following items into the file:

Open
You can also download the items.lua and copy paste directly from the file. ⚠️THIS IS NOT REPLACE!!!

OX Inventory

  1. Navigate to ox_inventory/data/items.lua and open up the file.

  2. Insert the following items into the file:

Open
You can also download the items.lua and copy paste directly from the file. ⚠️THIS IS NOT REPLACE!!!

5 - Configuration

You must go through all configurable options & settings in config.lua and configure them to your server's preferences.

Also please read the comments at the end of each line, for a brief information on what the option does.

6 - Ensure Dependencies

The required dependencies for this resource can be seen in Dependencies.

Make sure to start/ensure these dependencies in your server start config before T1GER Gang System.

Start order in server.cfg should look like this:

7 - Ready

Congratulations, you've successfully installed the resource. Restart the server and you will be all set.

Last updated