HRGaragesConfig
Fields
language:
string<2>
pedInteraction:
'target'|'key'
interactionSettings:
{ target: { distance: number, translation: { optionLabel: string } }, key: { distance: number, keyToInteract: string, translation: { textUIDescription: string } } }
garagePeds:
string[]|integer[]
garagesBlip:
{ blipLabel: string, blipSprite: integer<921>, blipScale: number, blipColor: integer<85>, asShortRange: boolean }
storePoints:
{ markerType: integer, showInteractDistance: number, showTextUIDistance: number, color: { r: integer<255>, g: integer<255>, b: integer<255> }, alpha: number, interactKey: string, textUILabel: string }
impoundGarages:
{ impoundFee: integer, feeAccount: 'cash'|'bank', blipSettings: { blipLabel: string, blipSprite: integer, blipScale: number, blipColour: integer }, garagesCoords: { pedPosition: vector4, spawnCoords: vector4[] }[] }
rentACar:
{ enable: boolean, finesAccount: 'cash'|'bank', rentACarAccount: 'cash'|'bank', cars: { model: string, price: integer, fine_markup: integer, finePer10PercentDamage: integer }[] }
commands:
{ enable: boolean, commandsSettings: { enable: boolean, isRestricted: boolean, name: string, description: string, suggestions: { name: string, help: string }[] }[] }
jobGarages:
{ blip: { scale: number, displayId: integer, asShortRange: boolean }, garagesPositions: { blipSprite: integer, blipColor: integer<85>, includeImpoundGarage: boolean?, jobs: string[], vehiclesList: string[], coords: { impoundBlipWaypointCoords: vector2?, pedCoords: vector4, spawnCoords: vector4[] } }[] }
Last updated