Integration with Death Screen

EMS Dispatch can easily be integrated with our free resource - Death Screen.

Configuring our EMS Dispatch System with the free Death Screen resource is very simple, it can be done in 1 step:

  1. Go to uniq-deathscreen/client/bridge.lua and on line 34 (ESX) or 61 (QBCore) simply add the following code snippet:

local reason = "Critical health condition" -- reason of dispatch
TriggerEvent("uniq-emsdispatch:client:sendAlert", reason)

Last updated