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
  • Information
  • Chat Commands
  • Exports
  • Events
  • Support
  • Common Issues
  • Error Codes
  1. Resources

T1GER Mechanic System

Documentation, troubleshooting and support for T1GER Gang System resource

Last updated 3 months ago

| | |

Information

Chat Commands

Please note, all these command strings are configurable and can be disabled as well.

Command
Description

/adminmech

Open the admin mechanic menu.

/mechmenu

Open the player mechanic menu.

/tow

Use near a flatbed to use built-in tow trucking feature

Exports

These are available exports in the resource - use them as you please and find necessary.

Get Player Mech Id

exports['t1ger_mechanicsystem']:GetPlayerMechId(src)

Parameters:

  • The player handle (player server id).

Returns:

  • mechanic shop id of the player

Gets a player's mechanic shop id. Returns 0 if not hired in any mechanic shops.

Plus Mechanic Account

exports['t1ger_mechanicsystem']:PlusMechanicAccount(id, amount)

Paramters:

  • The shop handle (shop id).

  • Amount to plus (int).

Adds x amount of money to the current shop account balance.

Minus Mechanic Account

exports['t1ger_mechanicsystem']:MinusMechanicAccount(id, amount)

Paramters:

  • The shop handle (shop id).

  • Amount to minus (int).

Deducts x amount of money from the current shop account balance.

Get Player Mechanic Shop

exports['t1ger_mechanicsystem']:GetPlayerMechanicShop(jobName)

Parameters:

  • The player job name (string).

Returns:

  • mechanic shop (table)

Gets the player's shop data based on job name. If job does not match, it returns nil.

Events

These are optional events that you may need to use from other resources to add compatibility.

Support

Common Issues

Before we proceed, please ensure the following:

  1. Resource folder of the package is named: t1ger_mechanicsystem.

  2. You have not touched nor edited files inside t1ger_mechanicsystem/escrow/.

  3. You have not made any custom changes.

Error Codes

If you getting an error code in your server- or client-console, then please find the error-code from below and fix your issue with the provided instructions.

TITLE Question/Issue

Solution/Answer/Instruction

❓
✔️
View on Tebex
CFX Forum Post
YouTube Showcase
Discord