For the complete documentation index, see llms.txt. This page is also available as Markdown.

Garage

Properties with a GARAGE zone hand off to the configured garage resource for vehicle storage and spawn.

🔎 Auto Detection

Config.Garages = AUTO_DETECT

Override with the matching constant if detection picks the wrong one:

Constant
Resource

Garages.RCORE

rcore_garage

Garages.QB

qb-garages

Garages.QBOX

qbx_garages

Garages.OKOK

okokGarage

Garages.ESX

esx_garage

Garages.RX

RxGarages

Garages.AK47

ak47_garage

Garages.AK47_QB

ak47_qb_garage

Garages.CD

cd_garage

Garages.JG

jg-advancedgarages

Garages.LOAF

loaf_garage

🧩 Supported Resources

Resource: rcore_garage

Native rcore integration - the GARAGE zone registers an rcore_garage instance scoped to the property, using the property name as its label. Recommended when you already run the rcore ecosystem.

Resource: qb-garages

Each property's garage zone registers a QB garage instance scoped to the property. The garage uses the property's name as its label.

Resource: qbx_garages

QBox fork of qb-garages. Same shape, just running through qbx_garages exports.

Resource: okokGarage

The bridge hands off to okokGarage with the property's coordinates and a per-property garage ID.

Resource: esx_garage

ESX variant - registers an ESX garage per property.

Resource: RxGarages

The bridge hands off the property's coordinates and a per-property garage ID to RxGarages for storage and spawn.

Resource: ak47_garage

AK47 garage (ESX/standalone build). Each property registers an ak47 garage instance scoped to its zone.

Resource: ak47_qb_garage

The QBCore build of the AK47 garage. Use this constant on QB servers running the ak47 garage; the bridge calls the QB-specific exports.

Resource: cd_garage

CodeSign garage - the bridge registers a cd_garage per property using the property coordinates and name.

Resource: jg-advancedgarages

JG Advanced Garages. The bridge creates a per-property garage through the JG exports.

Resource: loaf_garage

Loaf Garage. Each property's GARAGE zone maps to a loaf_garage instance.

Without a garage resource, the GARAGE zone is hidden in the property UI and no vehicle storage is exposed.

🧭 Property Setup

Add a GARAGE zone when creating a property - see Property Creator. The zone provides:

  • A spawn point where stored vehicles materialize.

  • A "store vehicle" interaction at the same point.

Vehicle persistence is fully delegated to the garage resource - rcore_housing does not maintain its own vehicle table.

Last updated