Reviving Issue

Just wondering anyone know my issue what im having,

When a character dies, you cant get revived. Or when i press E nothing happens.

So i used my admin powers to do /revive it revives me and then my character instantly lays back on the floor?

What phone are you using?

gcphone?

If you have esx_addons_gcphone, try to put this in your esx_ambulance, you have to replace the function SendDistressSignal by 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

if not, do this and get esx_addons_gcphone.

Thats not the issue, think its actually the amulance script, People can remove me but some reason when I get revived the player goes back on the floor without the overlay with the bleedout

Like this is the issue

Video

Got a feeling its related to ambulance and kashacters

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.