[Release][ESX] [EMS/Ambulance Job]

anyone know how to fix this issue with dead people being synced funny. for some reason they just arent where they say they are and i end up having to revive them or one of my admins

1 Like

So when i try to get an ambulance i get this error…

Can someone help me ?

Some one can fix, left the server when dead having autorespawn
Sorry, I’m not good at english

so, trying to add an animation to the player after they are revived by ems this is what i have so far

(under esx_ambulancejob:revive)
        StopScreenEffect('DeathFailOut')
        DoScreenFadeIn(800)
        --[[ -- Attempting to add animation after death.
        SetPedMovementClipset(GetPlayerPed(-1), "MOVE_M@DRUNK@VERYDRUNK", 1.0) -- Set the injured ped move, best one is verydrunk in my opinion.
        Citizen.Wait(50000)
        ResetPedMovementClipset(GetPlayerPed(-1))
        ResetPedWeaponMovementClipset(GetPlayerPed(-1))
        ResetPedStrafeClipset(GetPlayerPed(-1))
        ]]
    end)
end)

any ideas?

Did you fix the distress signal for gcphone ? I’m having issues :frowning:

In esx_ambulancejob
Find in client/main.lua (L118-130)

function SendDistressSignal()
	local playerPed = PlayerPedId()
	local coords	= GetEntityCoords(playerPed)

	ESX.ShowNotification(_U('distress_sent'))
	TriggerServerEvent('esx_phone:send', 'ambulance', _U('distress_message'), false, {
		x = coords.x,
		y = coords.y,
		z = coords.z
	})
end

And replace with this:

function SendDistressSignal()
	local playerPed = PlayerPedId()
	PedPosition		= GetEntityCoords(playerPed)
	
	local PlayerCoords = { x = PedPosition.x, y = PedPosition.y, z = PedPosition.z }

	ESX.ShowNotification(_U('distress_sent'))

    TriggerServerEvent('esx_addons_gcphone:startCall', 'ambulance', _U('distress_message'), PlayerCoords, {

		PlayerCoords = { x = PedPosition.x, y = PedPosition.y, z = PedPosition.z },
	})
end
1 Like

Fixed, thank you!

1 Like

There are times when the EMS can not see the body of the dead, does anyone have a solution to this?

1 Like

Push pls help

Which Garage Script do you use. I had the same Problem and i switched to advancedgarage, and then it works!

hmm okey?!
use “esx_eden_garage”

Thank you!
That was the problem…

I’m using esx ambulance, There are times when EMS can’t see the dead body, does anyone have a solution for this?

3 Likes

Is it possible to add SocietyOwnedVehicles?

1 Like

Anyone added drag to the menu and got it working?

How could I do to disable the purchase of the vehicle, that is to say that any range can have the vehicles without needing to have to buy it and store it in its own garage

How can translate and add new locales. This not support utf-8 charset

please how to add fire extinguisher to ambulance job?
I tried to add it t pharmacy menu but it does not work…
Thanks

please, where i can find precentage health after revive, i want change it to 150 health. Thx before

im having a issue where when a character dies and is in the timmer they respawn in the same spot as a randomm ped then after holding E to spawn at hosptial i cant move my character