56 lines
1.0 KiB
Lua
56 lines
1.0 KiB
Lua
Config = Config or {}
|
|
|
|
Config.Interiors = {
|
|
[1] = {
|
|
iplId = 3,
|
|
coords = vec3(1851.60217, 3698.99634, 32.92532)
|
|
},
|
|
[2] = {
|
|
iplId = 2,
|
|
coords = vec3(1852.85535, 3684.67554, 33.09976)
|
|
},
|
|
[3] = {
|
|
iplId = 5,
|
|
coords = vec3(1834.50867, 3675.36, 33.9528236)
|
|
},
|
|
[4] = {
|
|
iplId = 3,
|
|
coords = vec3(1745.55, 3801.654, 33.38946)
|
|
},
|
|
[5] = {
|
|
iplId = 1,
|
|
coords = vec3(1742.229, 3822.063, 33.75253)
|
|
},
|
|
[6] = {
|
|
iplId = 4,
|
|
coords = vec3(1759.639, 3810.966, 33.44819)
|
|
},
|
|
[7] = {
|
|
iplId = 1,
|
|
coords = vec3(1756.558, 3831.082, 33.71511)
|
|
},
|
|
[8] = {
|
|
iplId = 5,
|
|
coords = vec3(1771.619, 3819.107, 33.46456)
|
|
},
|
|
[9] = {
|
|
iplId = 3,
|
|
coords = vec3(1769.351, 3838.98, 33.67268)
|
|
},
|
|
[10] = {
|
|
iplId = 2,
|
|
coords = vec3(1729.893, 3813.742, 33.75253)
|
|
},
|
|
[11] = {
|
|
iplId = 4,
|
|
coords = vec3(1838.76233, 3691.62476, 33.2732735)
|
|
}
|
|
}
|
|
|
|
Config.Ipls = {
|
|
[1] = 'darts',
|
|
[2] = 'basketballnets',
|
|
[3] = 'basketballcups',
|
|
[4] = 'shootingrangecans',
|
|
[5] = 'shootingrange'
|
|
} |