- Hello, first of all thank you for purchasing our script !
- Don't forget to configure the shared/config.lua file according to your server.
- Feel free to open a support Ticket to resolve your problem/question. - Karma Developments -
- For to use MDT : Command: /mdt
- Please check the web/ui.html to make the translation to your language
- QBCore
- PS-MDT
- oxmysql
- qb-apartments - If you want to disable just go into our shared/config.lua
- qb-communityservice - If you're planning on sending to community service.
- Drag and drop resource into your server files.
- Run the attached SQL (mdt.sql)
- PREVIEW
-
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.
-
Getting a error about utf8mb4_unicode illegal collation? - QBCore has decided to change their collations on the new txAdmin recipe, change your collation on your players table to utf8mb4_general_ci. Run this query below on your database to automatically change it.
ALTER TABLE players CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci