πAmbulancejob ( ESX )
This page contains 2 Installation. 1. Adding Dispatches 2. Adding the GetDeath event to your ambulancejob
Adding Dispatches
function SendDistressSignal()
TriggerEvent("d-phone:client:message:senddispatch", "Unconscious person", "ambulance")
TriggerEvent("d-notification", "Service Message sended", 5000, "success")
endAdding the GetDeath export to your Ambulancejob
Last updated