T1GER Scripts Documentation
Tebex StoreDiscordYouTubeCFX Forum
  • T1GER Scripts Documentation
  • Quick Links
    • t1ger.net | Shop Now
    • Join Discord
  • Information
    • FiveM Asset Escrow
  • Resources
    • T1GER Mechanic
      • Installation
        • Job Account
          • Setup
          • API
      • Configuration
        • Shop
      • API
        • Exports
        • Events
      • Troubleshoot
    • T1GER Library
      • Installation
        • Inventory
        • Target
        • Garage
        • Society Account
        • Vehicle Properties
      • Configuration
    • T1GER Gang System
      • Installation
      • Gang Garages
      • Product Information
    • T1GER Tuning System
      • Installation
      • API
        • Client
        • Server
      • Troubleshoot
        • Common Issues
        • Error Codes
      • Guides
        • Commands
        • Shops
        • Markers
        • Mod Stations
        • Pricing
        • Mod Orders
        • Vehicle Mods
        • Engine Swaps
        • Nitrous
    • T1GER ATM Robbery
      • Installation
      • API
        • Client
        • Server
      • Troubleshoot
        • Common Issues
        • Error Codes
      • Guides
        • Hacking Minigame
        • Dispatch
    • T1GER Dealerships
  • Free Resources
    • T1GER Keys
    • T1GER Garage
    • T1GER Bank Robbery
    • T1GER Tow Trucker
Powered by GitBook
On this page
  1. Resources
  2. T1GER Mechanic

Installation

This page covers the installation guide for T1GER Mechanic

PreviousT1GER MechanicNextJob Account

Last updated 5 days ago

1

Ensure Dependencies

Verify that you have the latest version of the listed mandatory resources installed and ensured in correct .

Type
Resource(s)
Mandatory

Database

Library

Framework

, or

Target

or

Inventory

, , qs-inventory, core_inventory, codem-inventory or origen_inventory

2

Download

Download the listed assets from :

  • 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

It's very important to ensure the resources in correct order to prevent any errors due to missing dependencies!

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

If you rename the items or wish to use your own items, make sure to update inside t1ger_mechanic/shared/*.lua files!

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

Open t1ger_mechanic/install/items/qb-inventory.lua file and copy/paste into qb-core/shared/items.lua file.

Open t1ger_mechanic/install/items/items.sql file and run the query in your database. You can also import the file directly into your database.

If using ox_inventory, it will automatically pull items from your database. Otherwise, you can open the 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

You have successfully installed our T1GER Mechanic resource. Restart your server and enjoy!

start order
Cfx.re Portal
oxmysql
ox_lib
es_extended
qbx_core
qb-core
ox_target
qb-target
ox_inventory
qb-inventory