🪶Config Settings

Config Settings

⚙️ Config Settings

FRKN-Camera | Smart Surveillance System Configuration 🎥

With FRKN-Camera, you have complete control over the surveillance infrastructure. You can configure access restrictions, interaction systems, item requirements, and even customize over 50+ built-in cameras with full pitch/yaw control, realistic props, and location tags.


🎮 Interaction Settings

Interaction = {
  Target = "qb-target",          -- Target system to use (qb-target / ox_target / etc.)
  Text = "Open Camera",          -- Text shown on interact
  Icon = "fas fa-video"          -- FontAwesome icon
}
  • 🟡 Supports integration with any target system

  • 🏷️ Players see a contextual prompt (e.g. "Open Camera") when within the configured zone


🔐 Job Access Control

Job = { "police", "sheriff" }
  • Only specified jobs can access the security system

  • Supports multiple jobs (e.g. police, sheriff, fbi)

  • If you want to disable job check, just leave the table empty: {}


📍 Terminal Access Zone

  • Defines a 3D vector where players can interact with the camera terminal

  • Works with the target system defined above

  • You can duplicate this field for multiple terminals


🔧 Signal Cutter Item Support

  • Required item name for breaking or disabling cameras

  • You can rename the item to match your inventory system

  • Usage triggers notifications and proximity checks


📢 Custom Notifications

  • Configure all in-game feedback messages here

  • Localizable to support multiple languages


🎥 Predefined Camera List (50+ Cameras)

✅ Default config includes 50+ realistic cameras, each with:

  • World coordinates

  • Street names

  • Visual thumbnails

  • Adjustable camera rotation (yaw/pitch/heading)

  • Camera codes for better classification

  • Support for camera props (e.g., prop_cctv_cam_05a)

🧠 Want to add more? Just copy the structure and paste new entries into the list!

Last updated