Configuration
Core settings
-- Garage provider: 'cd', 'qb', or 'none'
Config.GarageProvider = 'qb'
-- Player vehicles owner column: 'citizenid', 'owner', 'license', 'identifier'
-- (Used when the UI loads "My Vehicles" from your player_vehicles table.)
Config.PlayerVehiclesOwnerColumn = 'license'Adding / editing garages
Config.JobGarages = {
['police_main'] = {
label = 'MRPD Fleet',
job = 'police',
-- Minimum grade required to OPEN the garage target (qb-target interaction)
minGrade = 0,
-- The prop spawned as the qb-target entity
targetProp = 'prop_parkingpay',
targetCoords = vector4(458.61, -1023.36, 28.33, 268.63),
-- Where vehicles spawn when taken out
spawnCoords = vector4(410.12, -971.35, 25.45, 180.0),
-- UI accent color for this garage
themeColor = '#53a2ff',
-- Optional: manager grade threshold (defaults to 4)
manageGrade = 4,
-- Optional defaults used when the permissions row does not exist yet
defaultMinGradeUse = 0,
}
}How it works (quick)
Images & sounds
Vehicle images
UI sounds (optional)
Last updated