Basic settings

Config.PoliceJob

If you use own police script with custom job name, you will need to specify it in configuration file in order to be able to open MDT. Below you can find two examples of that - first with single job and second one with multiple police departments.

Single job
Config.PoliceJob = "police"
Multi-job
Config.PoliceJob = { "lspd", "sasp", "bcso" }

Config.Language

MDT allows their users to set the language to their preferences, although you can specify, what language will be used as default. Below you can find list of available languages and example of how to change that.

Config.Language = "en"

Available languages: - English (en) - Polish (pl)


Config.DefaultOpenKey

Each user can change keybind for accessing the MDT in their game settings, although you can specify, what key will be used as default. Below you can find example of how to do that.

Config.DefaultOpenKey = "k"

Config.Debug

If you are experiencing bugs, or you just want to see script work-steps, enable debug mode. Script will start printing some of the work steps and data into client- and server console.

Last updated