LogoLogo
Sonoran StoreSupportSonoran ONEServer Hosting
  • 🏠Home
  • General
    • â„šī¸Information
    • ✅Accessing Tebex Assets
    • đŸ”ĢGun Placement System Guide
  • đŸ’ĨFive Bundle
  • Resource Documentation
  • 🏧ATM Robbery
    • Getting Started
    • Advanced Documentation
  • 📸Evidence Camera
    • Getting Started
    • Advanced Documentation
  • 🚛Mobile Command Center
    • Getting Started
    • Advanced Documentation
  • ⚡Power Grid
    • Getting Started
    • Advanced Documentation
  • đŸ“ļRadar Detector / Jammer
    • Getting Started
  • 📟Radar Display
    • Getting Started
  • đŸ“ģRadio Display
  • đŸ”ĢShot Spotter
    • Getting Started
    • Shot Spotter - Advanced Documentation
  • đŸ›Ŗī¸Smart Signs
  • 📹Speed Cameras / ALPR
    • Getting Started
    • Advanced Documentation
  • Our Products & Links
    • đŸ–Ĩī¸Sonoran CAD
    • đŸ—ƒī¸Sonoran CMS
    • đŸ“ģSonoran Radio
    • đŸ—„ī¸Sonoran Servers
    • 👨‍đŸ’ģSonoran Software Website
    • âš”ī¸Sonoran Discord Server
    • đŸ’ŦCustomer Support
  • Other
    • 📜Terms and Policies
Powered by GitBook
On this page
  • Sonoran Radio Integration
  • Third Party Integration
  • ALPR Documentation

Was this helpful?

Edit on GitHub
  1. Mobile Command Center

Advanced Documentation

Developer Documentation and other Advanced Configuration Topics for the Mobile Command Center.

Sonoran Radio Integration

The Sonoran Mobile Command Center automatically links its "Radio Repeaters" with Sonoran Radio. You must ensure that the Sonoran Radio resource is called sonoranradio EXACTLY or this integration WILL NOT work.

Third Party Integration

Here is some useful information for potential third party integrations:

  • Interior light is Extra 4

How to toggle menu:

WarMenu.OpenMenu('sonoranMccController')

ALPR Documentation

Plate Read

When a plate is new read the event Sonoran::mcc::plateRead is fired to the server.

Parameter Name
Parameter Description

plate

The plate currently read by the plate reader (STRING)

Example Usage Of Event:

RegisterNetEvent('Sonoran::mcc::plateRead', function(plate)
		print(plate)
end)

Plate Locked

When a plate is locked the event Sonoran::mcc::plateLocked is fired to the server.

Parameter Name
Parameter Description

plate

The plate currently locked by the plate reader (STRING)

Example Usage Of Event:

RegisterNetEvent('Sonoran::mcc::plateLocked', function(plate)
		print(plate)
end)
PreviousGetting StartedNextPower Grid

Last updated 1 year ago

Was this helpful?

🚛