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. Method Of Entry

Configuration

Configuration for the MOE Script

Within the config file, there are multiple different fields and values.

"Standalone": true,
"ESX": false,
"QBCore": false,
"item": "emoe",

Initially, put true to the framework you are using and the rest to false. Those using Frameworks with an inventory (ESX / QBCore), ensure the item is correct for the one being used as the EMOE Charge to set on doors.

"Doors": []

Within the Doors Array, enter the single doors from your addon maps or base GTA ones we have missed, these will be found by the script and allow for them to be locked / unlocked and exploded!

"DoubleDoors": [
    {
        "FirstDoor": "v_ilev_mm_doorm_l",
        "SecondDoor": "v_ilev_mm_doorm_r"
    },
    {
        "FirstDoor": "prop_bh1_48_backdoor_l",
        "SecondDoor": "prop_bh1_48_backdoor_r"
    }
]

Setup the double doors within your buildings to allow for both doors to be locked, unlocked and exploded simultaneously, mitigating any conflicts.

PreviousHow It Works

Last updated 1 year ago