⚙️ Configuration

Framework Setup

Config.Framework = "auto"    -- Options: "esx", "qbcore", "auto"

💡 Auto-detection works in 99% of cases. Only change if you experience issues.

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

Configure which jobs can access the system:

Adding New Jobs

To add a new job (e.g., "sheriff"):

Notifications

Discord Integration

Performance Settings

⚠️ Lower intervals = higher performance impact.

UI Customization

Tablet Prop

Last updated