Cleanup variables.sqf

Epoch variables are grouped together now for easy comparison with
vanilla.
This commit is contained in:
ebaydayz
2016-03-19 19:58:37 -04:00
parent 4bd9a9aa0b
commit 9ce5a20417
14 changed files with 316 additions and 883 deletions

View File

@@ -264,7 +264,7 @@ if (isNil "keyboard_keys") then {
} else {
_nearbyObjects = nearestObjects[getPosATL player, dayz_disallowedVault, 8];
if (count _nearbyObjects > 0) then {
if((diag_tickTime - dayz_lastCheckBit > 4)) then {
if ((diag_tickTime - dayz_lastCheckBit > 4)) then {
[objNull, player, rSwitchMove,"GetOver"] call RE;
player playActionNow "GetOver";
dayz_lastCheckBit = diag_tickTime;