T1GER Mechanic System
Documentation, troubleshooting and support for T1GER Gang System resource

Information
Chat Commands
/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
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
Support
Common Issues
Before we proceed, please ensure the following:
Resource folder of the package is named:
t1ger_mechanicsystem.You have not touched nor edited files inside
t1ger_mechanicsystem/escrow/.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.
Last updated