1.0.1.95 Dev Build

This commit is contained in:
[VB]AWOL
2013-08-27 15:44:33 -05:00
parent 9e85a88c8f
commit 6efe3fea01
8 changed files with 98 additions and 12 deletions

View File

@@ -330,10 +330,12 @@ if (!isDedicated) then {
DZE_5 = true;
};
if ((_dikCode == 0x3E or _dikCode == 0x0F or _dikCode == 0xD3) and (time - dayz_lastCheckBit > 10)) then {
dayz_lastCheckBit = time;
call dayz_forceSave;
DZE_cancelBuilding = true;
} else {
DZE_cancelBuilding = false;
};
/*
if (_dikCode in actionKeys "IngamePause") then {