Installation & Configuration & Integration
Last updated
Last updated
Login to your keymaster account, check Granted Assets section and download script you bought from us
Script Start Order
To correctly start the mdt script in your server.cfg
, ensure to start the scripts in the following order. Failure to do so may result in various error codes
To ensure that our script operates harmoniously with other scripts, you will need to adjust the following settings.
To ensure the dispatch tab functions correctly, you need to make a small change to your dispatch script within your code.
If you are a ps-dispatch user, you need to make a small change to your dispatch system:
Find ps-dispatch on your resources folder
Go to path ps-dispatch/client/main.lua
Find event named:
Replace the whole code with code block at the below, or just add this code to right place:
It should look like this at the end.
After completing these steps, our system will operate seamlessly with ps-dispatch
If you are a rcore_dispatch user, you need to make a small change to your dispatch system:
integrations will be added here
...
...
The details for operations in this category have not been provided extensively, as anyone with basic knowledge can perform the necessary actions. Therefore, it is recommended to reserve this part more for your developers. Developers can refer to the provided snippets and integrate them into your scripts for extended functionality.
To insert your dispatches for MDT to manage them, use this function at your dispatch script
But before that, make sure you integrated your dispatch to modules/dispatch/scripts/custom.lua
If there is a file named your dispatch script, that means your dispatch is already integrated by us.
data
table
Table of data related to the reported incident
If you're encountering issues with the MDT system, it may be a simple fix. Review the error codes below to identify and resolve your specific issue:
Error 101 : Throws many errors when script started at first start of server
Error report screenshots may look like ;
Solution: Check your server.cfg start order. The order should be like this
Error 202: New dispatchs are not listed in my mdt
Solution: Follow integration step depends on your dispatch system.
Error 303: .
Solution:
Error 404: .
Solution:
Remember to always check the latest documentation for any updates or changes to error codes and solutions.