Accessing the Menu
Find out how the EMS Workers can access the Dispatch Menu and how to configure it.
How to change it
Using trigger events
RegisterNetEvent("uniq-emsdispatch:openUI")
AddEventHandler("uniq-emsdispatch:openUI", function(bool)
showUI(bool, bool)
end)TriggerEvent("uniq-emsdispatch:openUI", true)TriggerClientEvent("uniq-emsdispatch:openUI", true)Last updated