1.0.2.1 release

This commit is contained in:
[VB]AWOL
2013-09-03 10:37:38 -05:00
parent b490e43084
commit 2283536283
22 changed files with 50 additions and 27 deletions

View File

@@ -27,6 +27,10 @@ if(!isNull dayz_selectedDoor) then {
_obj animate ["Open_hinge", 1];
};
if(_obj animationPhase "Open_latch" == 0) then {
_obj animate ["Open_latch", 1];
};
} else {
DZE_Lock_Door = "";
[player,"combo_locked",0,false] call dayz_zombieSpeak;