config.parkingcreator.lua
Preview File Updated: v1.2.0 - 25.01.2025
Config.ParkingCreator = {}
Config.ParkingCreator.Enabled = true
Config.ParkingCreator.Command = {
oldESX = false,
name = "createparking",
groups = "admin",
help = "Create Parking",
}
Config.ParkingCreator.VehicleTypes = {
'vehicle',
'boat',
'plane',
'helicopter',
}
Config.ParkingCreator.WaterVehicleTypes = {
['boat'] = true,
}
Config.ParkingCreator.VehicleTypesModels = {
['vehicle'] = 'adder',
['boat'] = 'longfin',
['plane'] = 'luxor',
['helicopter'] = 'swift',
}
Config.ParkingCreator.HouseGarageInteriors = {
[1] = {
camCoords = vector3(170.29, -1006.51, -97.74),
exitCoords = vector4(178.74, -1006.61, -99.0, 89.23),
parkingSpaces = {
[1] = {coords = vector4(175.26, -1004.05, -100.02, 179.98)},
[2] = {coords = vector4(171.35, -1004.15, -100.02, 178.67)},
}
},
[2] = {
camCoords = vector3(198.44, -995.25, -97.95),
exitCoords = vector4(207.15, -999.03, -99.0, 90.74),
parkingSpaces = {
[1] = {coords = vector4(203.2, -998.07, -100.02, 147.81)},
[2] = {coords = vector4(198.73, -997.18, -100.02, 148.61)},
-- [...]
}
},
[3] = {
camCoords = vector3(223.58, -1004.31, -97.87),
exitCoords = vector4(228.05, -1005.52, -99.0, 0.46),
parkingSpaces = {
[1] = {coords = vector4(233.44, -998.65, -100.02, 121.72)},
[2] = {coords = vector4(233.38, -994.87, -100.02, 124.62)},
-- [...]
}
},
}
Config.ParkingCreator.GarageInteriors = {
[1] = {
camCoords = vector3(1375.02, 207.91, -47.14),
exitOnFoot = vec4(1380.2, 178.5, -48.99, 358.12),
exitWithVehicle = vec4(1339.74, 190.82, -48.31, 269.62),
parkingSpaces = {
[1] = {coords = vector4(1366.35, 200.26, -50.41, 89.89)},
[2] = {coords = vector4(1366.19, 204.52, -50.41, 90.23)},
-- [...]
},
},
}
Last updated
Was this helpful?