Configuration
Garages
Learn how to configure garages in your resource.
Learn how to configure garages in your resource.
Follow these steps to add a new garage to your resource:
config.garages.lua file in the resource folder.Config.Garages table.Click here to explore additional configuration options.
'garage_name' with a unique identifier. This must not match any other garage.'Garage Title' with the display name of the garage.x, y, z, and heading with the garage's coordinates and vehicle orientation.interior to one of the available options:
low, mid, mid2, high, tuner, or parking_garage.To modify the default blip settings for garages:
config.garages.lua file in the resource folder.Config.GarageBlip table.You can find a full list of available blip icons and their corresponding IDs here.
| Prop | Type | Default |
|---|---|---|
name | string | - |
title | string | - |
coords | vector4 | - |
enterDistance | number | 1.0 |
interior | string | low |
noBlip | boolean | false |
requiredJob | string | - |
cameraHeight | number | 10.0 |
blip | Blip Table | - |
| Prop | Type | Default |
|---|---|---|
sprite | number | - |
scale | number | - |
color | number | - |
title | string | - |