EA | Staff Jail










Last updated











Last updated
local NotifyType = "Ox_lib" -- Change to: "Ox_lib", "OkOkNotify", "EasyAdmin", "GTA", "Mythic"
local notifyTime = 5000
local notifyPosition = 'center-right' -- only for Ox_lib
local minSentenceLength = 60 -- Minimum sentence length in seconds
local maxSentenceLength = 800 -- Maximum sentence length in seconds
-- Jail location (center point of the zone) - used for permanent debug zone
local sentenceLocation = vector4(1690.46, 2560.29, 45.56, 255.75)
-- Release location
local sentenceEndlocation = vector4(1848.69, 2585.56, 45.67, 268.58)
-- Anti-escape zone settings
local jailZoneRadius = 145.0 -- Max allowed distance from center
local escapePenaltySeconds = 30 -- Time added per escape attempt
-- Permanent debug zone (always visible for coverage checking)
local AlwaysShowPermanentDebugZone = true -- Set to false when you're done tuning
local remainingUpdateInterval = 5000 -- Report remaining time every 5 seconds