Installation
The steps to correctly install this on your server.
Step 1 - Install Resource
Step 2 - Dispatch (MYTHIC ONLY)
-- Add the below to the `predefined` table in `mythic-mdt/server/alerts/events.lua`
storeNetwork = {
code = "10-17",
title = "Attempted Network Access",
type = 1,
isPanic = false,
blip = {
icon = 629,
size = 1.0,
color = 1,
duration = (60 * 5),
},
},
storeRobbery = {
code = "10-68",
title = "Store Robbery",
type = 1,
isPanic = false,
blip = {
icon = 52,
size = 1.0,
color = 1,
duration = (60 * 5),
},
},Step 3 - Config
Step 4 - Ensuring Resource
Last updated