OfficerGalvin Development
  • Landing Page
  • Sepura SC20 Radio
    • How It Works
    • Configuration
      • General Config
      • ESX / QB
      • Discord API
      • FMS / CMA
    • Editable Server Functions
  • Advanced Police Tape
    • How It Works
    • Configuration
  • Matrix Board
    • How It Works
    • Configuration
  • Method Of Entry
    • How It Works
    • Configuration
Powered by GitBook
On this page
  1. Matrix Board

Configuration

Within the Config File, you have to places to edit -- This Allowed Vehicles and the Developers

In the Code Below, this is the allowed Vehicle section of the JSON. To add an allowed car, copy this default option and set the Spawn Code as the relevant cars spawn code, and x, y, z, xrot and bone can be set to 0 / default as you can edit them in-game via a menu.

X = Left / Right

Y = Back / Forward

Z = Up / Down

"AllowedVehicles": [
    {"SpawnCode":"MO81", "x": 0.45, "y":0.5, "z": 0.4, "xrot": 90.0, "Bone": "default"},
],

To Setup who can access the /placematrixboard menu, editing the Developers part of the config. You just need to add there steam hex ("steam:HEX")

"Developers": [
    "steam:110000113be89f3",
    "steam:110000217be74ad"
]

Once you have setup these two steps, you are good to go!

PreviousHow It WorksNextHow It Works

Last updated 1 year ago