For all support questions, ask in our Discord support chat. Do not create issues if you need help. Issues are for bug reporting and new features only.
- QBCore
- ps-dispatch
- oxmysql
- qb-apartments - You can remove this by removing the query. This is used to find people's apartment.
- Download ZIP
- Drag and drop resource into your server files, make sure to remove -main in the folder name
- Run the attached SQL script (mdt.sql)
- Start resource through server.cfg
- Restart your server.
Adds server export for inserting weaponinfo records, that can be used elsewhere in your server, such as weapon purchase, to add information to the mdt. Below is the syntax for this, all arguments are strings.
exports['ps-mdt']:CreateWeaponInfo(serial, imageurl, notes, owner, weapClass, weapModel)
Support for Wolfknight Radar & Plate Reader https://github.com/WolfKnight98/wk_wars2x
Plate reader automatically locks and alerts Police if:
- Vehicle owner is Wanted
- Vehicle owner has no drivers licence
- Vehicle has a BOLO
IMPORTANT:
- Ensure you set "CONFIG.use_sonorancad = true" in wk_wars2x/config.lua
This reduces the plate reader events to player's vehicles and doesn't query the database for hundreds of NPC vehicles
Video Demonstration https://youtu.be/w9PAVc3ER_c
- How do I add charges to a criminal in an Incident? - After finding and adding the criminal citizen to the incident, right-click in the space under the criminal's name and select "Add Charge".
- My dispatch calls are not being populated? - You have not started the dispatch resource before the mdt or renamed the dispatch resource name and not made the necessary changes in mdt to reflect that.
The below repos are direct forks of ps-mdt and have been edited to fit certain countries/look.
EchoRP MDT Released by Flawws#9999 from Echo RP rewritten and restructured for QBCore. This is no longer a fork so we are able to open issues on this repo.