From a11b1facb40928a55e2bf38bc4a42474abe05070 Mon Sep 17 00:00:00 2001 From: happydayz Date: Fri, 15 Jan 2016 21:54:57 +1100 Subject: [PATCH] fix inventory not accessible after second revive bug --- Exile.Altis/Custom/EnigmaRevive/init.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/Exile.Altis/Custom/EnigmaRevive/init.sqf b/Exile.Altis/Custom/EnigmaRevive/init.sqf index a195f87..181be0b 100644 --- a/Exile.Altis/Custom/EnigmaRevive/init.sqf +++ b/Exile.Altis/Custom/EnigmaRevive/init.sqf @@ -87,6 +87,7 @@ player setVariable["antidupe", 1, true]; _requestingPlayer = _packet select 0; _revivername = _packet select 1; systemChat Format ["%1 bungled your revive and killed you!",_revivername]; + player setVariable["antidupe", 1, true]; //remove the antidupe from the revived player! [] call ExileClient_gui_escape_respawn; //force kill player };