mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
1.0.1.95 Dev Build
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user