Basic settings
Config.PoliceJob
Config.PoliceJobIf 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.
Config.PoliceJob = "police"Config.PoliceJob = { "lspd", "sasp", "bcso" }Config.Language
Config.LanguageMDT 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
Config.DefaultOpenKeyEach 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"Keybind specified in config must be one of the keys listed in CFX Docs.
Config.Debug
Config.DebugIf 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