Client Exports
CreateDispatchNotify
exports.dispatch:CreateDispatchNotify(title, description, jobName, coords)RegisterCommand("test", function (source, args, raw)
exports.dispatch:CreateDispatchNotify("Title 1", "Description", "police", GetEntityCoords(PlayerPedId()))
end)Last updated