T1GER Mechanic Job
Documentation, troubleshooting and support for T1GER Dealerships resource

INSTALLATION
DEPENDENCIES
START
Extract
t1ger_mechanicjob.rar
and place it into your resource folder.Install the SQL file into your database (⚠️see #SQL for instructions).
Setup
config.lua
(⚠️see #CONFIGURATION for instructions).Install the required and/or optional dependencies.
Add
ensure t1ger_mechanicjob
to your server start config (place it anywhere below the dependency & framework resources).
SQL
Please open main.sql
and either import or execute the queries into your database to add the items needed for the robberies.
CONFIGURATION
Please 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.
UTILITIES
MISCELLANEOUS
CHAT COMMANDS
Command
Description
/command <args>
description comes here soon
EXPORTS
Export Function
Description
exports['t1ger_mechanicjob']:ResetVehicleHealthParts(plate)
Export to set all health part of a given vehicle by plate to be fixed/default
exports['t1ger_mechanicjob']:SetVehicleHealthPartValue(plate, part, value)
Export to set value of a health part. Put in plate (e.g. "AX 52 12"), health part (e.g. "brakes" or "clutch") and a value (0-100) to be set
exports['t1ger_mechanicjob']:ApplyCrashDamage(vehicleEntity)
Trigger degradation of vehicle health parts (add to e.g. a vehicle-damage-thread)
SCRIPT NOT WORKING / ERRORS
Last updated