L2S Documentation
DiscordTebex
  • Documentation
  • Information
    • Discord Roles
    • How to update your asset
    • FiveM Asset Escrow System
  • Coding Information
    • Webhook System
    • Register Key Mapping
    • Translation System
  • ASSETS & GUIDES
    • 🚨Dispatch
      • ⤵️Installation
      • ⚙️Configuration
        • Settings
        • API
        • Hub
        • CCTV
        • Dispatch
        • UI
      • 💻Integration
        • Exports
          • Client
          • Server
        • Police Alerts
        • Radio Channel
        • Duty System
    • 🏨Hotels V2
      • ⤵️Installation
      • ⚙️Configuration
        • Config
        • Elevators
        • Hotels
      • 💻Exports
    • 👮Police Hub
      • ⤵️Installation
      • ⚙️Configuration
      • 💻Events & Alerts
    • 💀Gangs Turf
      • ⤵️Installation
      • ⚙️Configuration
        • Settings
        • Gangs
      • 💻Exports
      • 📚Tutorial
    • 🔫Paint Ball
      • ⤵️Installation
      • ⚙️Configuration
        • Settings
        • Clothes
        • Locations
      • 💻Exports
Powered by GitBook
On this page
  1. ASSETS & GUIDES
  2. Dispatch
  3. Configuration

CCTV

The way to add cameras... You can add an unlimited number

Shared.SecurityCameras = { 
    [1] = { 
        name = 'Pacific Bank',  -- Location Lable
        icon = 'fa-solid fa-money-bill-wave',   -- Icon in Minimap
        color = '#1c9bc4',    -- Color in Minimap
        location = { x = 244.94, y = 226.1}, -- Location in Minimap
        Radar = true, -- Scan Vehicles && Citizens
        canRotate = true, -- 360 Cam Rotation
        Visions = true, -- Camrea Visons (night , seat)
        cams = { -- Area Cams
            [1] = {x = 244.94, y = 226.16, z = 109.79, r = {x = -25.0, y = 0.0, z = 256.05}},
            [2] = {x = 232.86, y = 221.46, z = 107.83, r = {x = -25.0, y = 0.0, z = -140.91}},
            [3] = {x = 253.98, y = 222.27, z = 98.15,  r = {x = -21.0, y = 0.0, z = 251.87}},
            [4] = {x = 253.98, y = 222.27, z = 98.15,  r = {x = -21.0, y = 0.0, z = 66.87}},
            [5] = {x = 227.95, y = 236.08, z = 98.7,   r = {x = -35.0, y = 0.0, z = 208.99}},
        }
    },
    -- ...
}
PreviousHubNextDispatch

Last updated 6 months ago

🚨
⚙️