Job Parkings

['MissionRow'] = {
    label = "Police Parking",
    type = 'vehicle',
    requiredJob = {
        ['police'] = {0, 1, 2, 3, 4, 5, 6},
        ['sheriff'] = true
    },
    isPaid = false,
    nameBlip = 'job_garage',
    showBlip = false,
    blipCoords = vector3(0.0, 0.0, 0.0),
    garageZone = { -- PolyZone
        vec2(405.26, -1007.58),
        vec2(404.81, -1036.99),
        vec2(459.96, -1030.72),
        vec2(459.46, -1001.09)
    },
    minZ = 26.0,
    maxZ = 45.0,
    
    allowedModels = {
        [joaat('police')] = true,
        [joaat('police2')] = true,
        [joaat('police3')] = true,
        [joaat('police4')] = true,
        [joaat('police5')] = true,
    },
    parkingSpaces = {
        [1] = {coords = vector4(427.59, -1027.5, 27.55, 178.6)},
        [2] = {coords = vector4(431.11, -1026.96, 27.48, 183.28)},
        [3] = {coords = vector4(434.84, -1026.5, 27.41, 182.98)},
        [4] = {coords = vector4(438.7, -1025.93, 27.33, 181.19)},
        [5] = {coords = vector4(442.7, -1025.49, 27.25, 178.15)},
        [6] = {coords = vector4(446.27, -1025.55, 27.2, 180.64)},
    },
},

Last updated