Trespassing Config
TrespassingConfig = {}
TrespassingConfig.Enabled = true -- If you want this module disabled set to false
TrespassingConfig.Zones = { -- Trespassing Zones
["MilitaryBaseEntrance1"] = { -- Zone Name
zone = "MilitaryBaseEntrance1", -- Zone Name
policeAlertChance = 100, -- Chance of police being called when zone is entered
trespassingTime = { -- At which times are you considered trespassing
min = 0,
max = 23,
},
allowedJobs = {'ambulance'}, -- What jobs are allowed in the zone at any time
points = { -- The coords where the zone is located
vector3(-1571.41, 2784.72, 16.89),
vector3(-1597.31, 2815.41, 17.32),
vector3(-1607.91, 2803.48, 17.22),
vector3(-1581.01, 2775.4, 16.89),
}
}
}
Last updated