Free Parkings

['AmericanoParking'] = {
    label = "Americano Way Parking",
    type = 'vehicle',
    requiredJob = nil,
    isPaid = false,
        
    nameBlip = 'free_garage:vehicle',
    showBlip = true,
    blipCoords = vector3(-1677.25, 58.79, 83.68),
        
    garageZone = { -- PolyZone
        vec2(-1686.51, 3.82),
        vec2(-1756.47, 68.53),
        vec2(-1738.11, 86.21),
        vec2(-1684.46, 113.14),
        vec2(-1632.01, 79.74),
        vec2(-1644.87, 54.01),
        vec2(-1658.75, 33.43),
        vec2(-1670.16, 21.28),
    },
    minZ = 57.0,
    maxZ = 75.0,

    parkingSpaces = {
        [1] = {coords = vector4(-1660.35, 75.24, 61.87, 351.36)},
        [2] = {coords = vector4(-1663.44, 77.73, 61.98, 351.77)}
    },
},

Last updated