Addon resources
Police MDT

ND_MDT

Police MDT with many features!

Preview video

createDispatch export

If you're a developer and want to integrate this with your script you can use this:

exports["ND_MDT"]:createDispatch({
    caller = "John Doe",
    location = "Sandy shores", -- not required
    callDescription = "Whiteness bank robbery",
    coords = vec3(x, y, z) -- if this is used and location isn't used then it will still display the location from these coords.
})

Setup guide

Install the resource

Download and add the resource to your server ND_MDT (opens in a new tab)

Install dependencies

Create inventory items

items.lua
["mdt"] = {
    label = "MDT",
    weight = 800,
    client = {
        export = "ND_MDT.useTablet"
    }
}

mdt