the locker room for policejob shows up in the server but when i try to add a changing room for ambulance nothing shows up in the server to access it but if i change the police job to ambulance and the vector 4 coords it works but not allowing multiple
Config.ClothingRooms = {
{
job = "police",
coords = vector4(454.91, -990.89, 30.69, 193.4),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(460.41918945312, -993.11444091797, 30.69),
vector3(449.39508056641, -993.60614013672, 30.69),
vector3(449.88696289062, -990.23779296875, 30.69),
vector3(450.97882080078, -989.71411132812, 30.69),
vector3(451.0325012207, -987.89904785156, 30.69),
vector3(453.47863769531, -987.76928710938, 30.69),
vector3(454.35513305664, -988.46459960938, 30.69),
vector3(460.4231262207, -987.94573974609, 30.69)
}
},
{
jobs = "ambulance", -- Authorized Jobs
coords = vector4(300.87, -597.58, 43.28, 345.78), -- Exact location of changeroom
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(303.69, -596.15, 43.28),
vector3(299.41, -594.59, 43.69),
vector3(298.18, -599.43, 43.28),
vector3(301.31, -600.49, 43.28),
}
}
}
the locker room for policejob shows up in the server but when i try to add a changing room for ambulance nothing shows up in the server to access it but if i change the police job to ambulance and the vector 4 coords it works but not allowing multiple
Config.ClothingRooms = {
{
job = "police",
coords = vector4(454.91, -990.89, 30.69, 193.4),
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(460.41918945312, -993.11444091797, 30.69),
vector3(449.39508056641, -993.60614013672, 30.69),
vector3(449.88696289062, -990.23779296875, 30.69),
vector3(450.97882080078, -989.71411132812, 30.69),
vector3(451.0325012207, -987.89904785156, 30.69),
vector3(453.47863769531, -987.76928710938, 30.69),
vector3(454.35513305664, -988.46459960938, 30.69),
vector3(460.4231262207, -987.94573974609, 30.69)
}
},
{
jobs = "ambulance", -- Authorized Jobs
coords = vector4(300.87, -597.58, 43.28, 345.78), -- Exact location of changeroom
size = vector3(4, 4, 4),
rotation = 45,
usePoly = false,
points = {
vector3(303.69, -596.15, 43.28),
vector3(299.41, -594.59, 43.69),
vector3(298.18, -599.43, 43.28),
vector3(301.31, -600.49, 43.28),
}
}
}