Update 1.2.5
- Combine
Config.Licenses
andConfig.LicenseValues
into one config option - Minor fixes
Update 1.2.5
Config.Licenses
and Config.LicenseValues
into one config optionUpdate 1.2.6
Update 1.2.7
are you able to post with files got changed when you update bro? just so it makes it easier for us to update the script ourselves and i have a couple custom edits done.
Maybe Iāll need to start writing them down, weāll see
Update 1.2.9
openMDT
to openUI
SaveReport
to editable server fileUpdate 1.3.0
Update 1.3.1
TogglePhotoMode
to editable client fileUpdate 1.3.2
Update 1.3.3
Update 1.3.4
exports.tk_mdt:setCallsign(identifier, callsign, page)
where page is 'police'
or 'ambulance'
Update 1.3.5
I have some ideas to potential updates
Hey! Thanks for the ideas, Iām quite busy so not doing that many big changes at the moment, but Iāll write them down nonetheless.
You should be able to remove categories from the sidebar by removing them from Config.SidebarOrder
. That will however remove it from every single page that has that category.
Update 1.3.6
Update 1.3.7
Config.Images
createPoliceReport
Is it possible, for added support for okokBillingV2?
Support for other billing scripts might be added at some point but you might get it done faster by contacting okok support and giving them the FinePlayer
function in client/main_editable.lua
and asking them to make it work with their billing script or trying to make it work by yourself using their docs
Update 1.3.8
hi i am having problem with using export for add vehicle to mdt, i trying to put it in lsrp_vehicleshop but not working, idk maybe iam doing something wrong, can u explain me how to use that export?
exports.tk_mdt:registerVehicle({
playerId = id,
model = vehicleModel,
plate = vehiclePlate,
})
Replace āidā, āvehicleModelā and āvehiclePlateā with correct values
Update 1.3.9
Update 1.4.0