Business Parkings for Rent

['VespucciBlvdParking'] = {
    label = "Vespucci Blvd Parking",
    type = 'vehicle',
    purchasePrice = 1100000,
    businessGarage = true,
    
    managementPoint = vector3(-281.09, -888.47, 31.32),
    requiredJob = nil,
    isPaid = false,
    isForRent = true,
    payStations = {
        vector3(-349.11, -874.61, 31.32)
    },
    pricePerDay = 1200, -- 1200$ per day
    priceForInfinity = 80000,
    rentDays = {1, 2, 3, 4, 5, 6, 7, -1},
    
    nameBlip = 'rent_garage:vehicle',
    showBlip = true,
    blipCoords = vector3(-335.97, -917.15, 46.34),
    garageZone = { -- PolyZone
        vec2(-261.06, -880.88),
        vec2(-304.71, -867.69),
        vec2(-364.54, -856.91),
        vec2(-364.52, -970.61),
        vec2(-274.68, -1003.16),
        vec2(-268.24, -984.5),
        vec2(-309.87, -968.94),
        vec2(-292.67, -922.81),
        vec2(-282.14, -925.86),
    },
    minZ = 26.0,
    maxZ = 40.0,
    parkingSpaces = {
        [1] = {coords = vector4(-343.7, -875.52, 29.43, 347.93), camCoords = vector3(-344.69, -880.17, 32.23)},
        [2] = {coords = vector4(-339.98, -876.38, 29.43, 347.56), camCoords = vector3(-341.01, -881.02, 32.23)},
    }
},

Last updated