ESX Ambulancejob + HEX FFA

Two things do not work:

a) The command for example revive 1 does not work.
What do I have to do to make the command work again?

b) HEX FFA runs correctly so far. As per instructions I have inserted the following into the esx ambulance:
Line: 348

AddEventHandler('esx:onPlayerDeath', function()
	status, fError = pcall(function()
		if not exports["hex_ffa"]:isInZone() then
			OnPlayerDeath()
		end
	end)

	if not status then
		OnPlayerDeath()
	end
end)

The problem is, after death in FFA, the player is revived, but the deadscreen does not disappear. Also you can not move.
Where exactly is the problem and how can it be changed?

I hope for your help
Thank you

Hello, I would recommend asking the Support of Hex to help you with their Script for the best result.

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