Server Exports
CreateDispatchNotify
exports.dispatch:CreateDispatchNotify(title, description, jobName, coords, source)local source = source
local xPlayer = ESX.GetPlayerFromId(source)
exports.dispatch:CreateDispatchNotify("Title", "description", "police", xPlayer.coords(true), source)Last updated