close menu after each attempt

This commit is contained in:
[VB]AWOL
2013-09-21 20:44:02 -05:00
parent 4c7ce43767
commit 4fecfb0a05

View File

@@ -34,6 +34,10 @@ if(!isNull dayz_selectedDoor) then {
} else {
DZE_Lock_Door = "";
[player,"combo_locked",0,false] call dayz_zombieSpeak;
[player,20,true,(getPosATL player)] spawn player_alertZombies;
_display = findDisplay 41144;
_display closeDisplay 3000;
};
} else {