⚙️ Configuration
Framework Setup
Config.Framework = "auto" -- Options: "esx", "qbcore", "auto"Basic Settings
Config.Locale = 'en' -- Available: 'en', 'fr', 'de', 'es', 'nl', 'pl', 'it', 'pt' and 'custom'
Config.UIMethod = "both" -- Options: "command", "item", "both"
Config.ItemName = "zone_tablet" -- Item name in inventory (must be added to your inventory!)Commands
Config.Commands = {
OpenUI = "zonemenu", -- Command to open tablet
SetZone = "setzone" -- Quick zone creation
}Zone Limits
Config.Limits = {
MaxZonesPerOfficer = 3, -- Max zones per player
MinRadius = 10, -- Minimum radius (meters)
MaxRadius = 500, -- Maximum radius (meters)
MinDuration = 1, -- Minimum duration (minutes)
MaxDuration = 60 -- Maximum duration (minutes)
}Job Permissions
Adding New Jobs
Notifications
Discord Integration
Performance Settings
UI Customization
Tablet Prop
Last updated