Exclusive Zones
Example of an exclusive zone
{
name = "Burgershot", -- must have a unique name
coords = vector3(-1179.7351, -904.6566, 13.5210),
radius = 5.0,
chance = 75, -- The chance, as a percentage, of finding these items in this area
restrictedZone = true, -- If true, there is a chance that the police will be called if you are searching this area
snitchChance = 100, -- The chance, as a percentage, that a snitch will call the police/employees if you are searching this area
jobsToInform = {'police', 'burgershot'}, -- The jobs that will be informed if a snitch calls the police
items = {
{name = "bs_burger", metadata = { quality = 10 }, min = 1, max = 1},
{name = "bs_fries", metadata = { quality = 10 }, min = 1, max = 1},
{name = "bs_drink", metadata = { quality = 10 }, min = 1, max = 1},
{name = "lettuce", metadata = { quality = 10 }, min = 1, max = 1},
{name = "tomato", metadata = { quality = 10 }, min = 1, max = 1},
{name = "potato", metadata = {}, min = 1, max = 1},
{name = "empty_weed_bag", metadata = {}, min = 1, max = 1},
-- ADD AS ITEMS MANY AS YOU LIKE
},
},
Last updated