Full View config.interiors.lua

Preview File Updated: v1.0.1 - 27.05.2024

Config.Interiors = {
    ['furnitured_midapart'] = {
        interior = 'furnitured_midapart',
        interiorCoords = vector4(0.0, 0.0, -20.0, 0.0),
        exitCoords = vector4(1.42, -9.77, -18.95, 0.0),
    },
    ['modernhotel_shell'] = {
        interior = 'modernhotel_shell',
        interiorCoords = vector3(0.0, 0.0, -20.0),
        exitCoords = vector4(4.96, 4.19, -18.83, 183.31),
    },
    ['standardmotel_shell'] = {
        interior = 'standardmotel_shell',
        interiorCoords = vector3(0.0, 0.0, -20.0),
        exitCoords = vector3(-0.17, -2.41, -19.01),
    },

    ['Motel'] = { -- bob24_ipl
        isIpl = true,
        exitCoords = vector4(151.39, -1007.72, -99.0, 3.08),
    },
    ['LowEndApartment'] = { -- bob24_ipl
        isIpl = true,
        exitCoords = vector4(266.09, -1007.42, -101.01, 1.72),
    },
    ['Apt28'] = { -- bob24_ipl
        isIpl = true,
        exitCoords = vector4(-24.37, -597.67, 80.03, 251.97),
    },
    ['WildOatsDrive'] = { -- bob24_ipl
        isIpl = true,
        exitCoords = vector4(-174.26, 497.68, 137.66, 192.5),
    },
    ['DellPerroHeights'] = { -- bob24_ipl
        isIpl = true,
        exitCoords = vector4(-1456.8, -534.27, 74.04, 34.2),
    },
    ['Monochrome2Apartment'] = { -- bob24_ipl
        isIpl = true,
        exitCoords = vector4(-781.79, 318.17, 187.91, 9.83),
    },
}

Last updated