Parkings for Rent

['NorthRockfordParking'] = {
    label = "North Rockford Parking",
    type = 'vehicle',

    requiredJob = nil,
    isPaid = false,
    isForRent = true,
        
    payStations = {
        vector3(-1161.07, -740.21, 20.7),
    },
    pricePerDay = 1200, -- 1200$ per day
    rentDays = {1, 2, 3, 4, 5, 6, 7, 14},
        
    npc = {
        enabled = true,
        model = 'cs_stretch',
        animation = {'rcmnigel1a', 'base'},
        coords = vector4(-1161.07, -740.21, 18.73, 130.08),
    },

    nameBlip = 'rent_garage:vehicle',
    showBlip = true,
    blipCoords = vector3(-1141.54, -752.76, 38.03),

    garageZone = { -- PolyZone
        vec2(-1141.25, -714.22),
        vec2(-1179.01, -746.88),
        vec2(-1139.72, -792.12),
        vec2(-1100.56, -761.01),
    },
    minZ = 14.0,
    maxZ = 25.0,

    parkingSpaces = {
        [1] = {coords = vector4(-1146.21, -745.69, 18.23, 286.29), camCoords = vec(-1150.42, -747.32, 20.9)},
        [2] = {coords = vector4(-1143.56, -748.69, 18.08, 287.42), camCoords = vec(-1148.0, -750.22, 20.9)},
    },
},

Last updated