Exports

Server Exports


getAllGarages

Used to get information on all garages

--[[ return: table
{
    {
        name: string,
        label: string,
        type: string,
        vehicle: string,
        blipName: string,
        blipColor: number,
        blipNumber: number
        showBlip: boolean,
        takeVehicle: vector3,
        putVehicle: vector3,
        spawnPoint: vector4,
    },
    ...
} 
]]
local garages = exports['jg-advancedgarages']:getAllGarages()

Last updated