Sunuca çok fazla araç birikip oyuncularda fps düşme sorununa karşı, configden belirlediğiniz süre içerisinde sahipsiz araçlar otomatik olarak silinir.
BZ = {}
BZ.ScaleArena = false -- Haritadaki bölgeleri işaretler
BZ.Timeout = 75 -- Dakika
BZ.Zones = {
All = true, -- true ise bütün haritadakileri siler false ise aşağıda kordinatda girilenleri sadece siler
Coords = {
[1] = {
coord = {x = -422.25, y = -1306.05, z = 22.09, radius = 2750.0}
},
[2] = {
coord = {x = 1478.07, y = 3163.94, z = 41.16, radius = 1000.0}
},
[3] = {
coord = {x = -293.63, y = 6200.0, z = 31.48, radius = 1500.0}
},
}
}
BZ.BypassVehicles = {
[GetHashKey("journey")] = true,
[GetHashKey("openwheel2")] = true,
[GetHashKey("tractor2")] = true,
[GetHashKey("packer")] = true,
[GetHashKey("baletrailer")] = true,
[GetHashKey("tractor3")] = true,
[GetHashKey("tiptruck")] = true,
}