Job Garages
Job garages are specialized garages designed for specific jobs like police, ambulance, or mechanics. These garages allow vehicles to be customized with specific liveries, tuning, or extras based on the job requirements. Vehicles stored in these garages are job-specific and cannot be accessed from other garages or impounds.
Creating Job Garages
You can configure job garages directly in the config.lua
file under Config.JobGarages
. The basic structure includes the job type, garage name, accessible grades, spawn coordinates, and a list of vehicles with optional tuning, liveries, and extras. For example:
Job Garages with Stock
Job garages can include a vehicle stock system, where the number of available vehicles is limited. This feature is particularly useful for jobs with multiple workers. Here’s how it works:
Managing Job Garage Stock
A boss or authorized role can manage the stock of vehicles for the job garage.
Commands Overview
/addJobVehicle
Adds the current vehicle to the job garage as stock.
/deleteJobVehicle
Removes a selected vehicle from the job garage.
Last updated