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:

1

Job-Specific Vehicles

Assign vehicles to the garage based on the job.

2

Custom Tuning

Apply pre-configured modifications like engine upgrades, brakes, or window tints.

3

Exclusive Extras

Define which extras (lights, sirens, etc.) are enabled for each vehicle.

4

Garage Cameras

Add cinematic cameras for a polished experience.


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:

1

Stock Limits

Vehicles are limited to the stock defined in the job garage. Workers need to coordinate to ensure availability.

2

Garage-Specific Storage

Vehicles must be stored in the specific job garage they belong to. They cannot be stored in public garages or impounds.

3

Impound Exemption

If a vehicle is removed using /mdv or /mdvall, it will automatically return to the assigned job garage.


Managing Job Garage Stock

A boss or authorized role can manage the stock of vehicles for the job garage.

1

Steps to Add Vehicles

  1. Spawn the desired vehicle.

  2. Use the /addJobVehicle command to add it to the job garage as stock.

2

Steps to Remove Vehicles

  1. Go to the job garage.

  2. Use the /deleteJobVehicle command to access a menu and remove specific vehicles from the stock.


Commands Overview

Command
Description

/addJobVehicle

Adds the current vehicle to the job garage as stock.

/deleteJobVehicle

Removes a selected vehicle from the job garage.

Last updated