mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update variables.sqf
This commit is contained in:
@@ -483,6 +483,7 @@ if (!isDedicated) then {
|
|||||||
dayz_animalDistance = 600; // Used to calculate the distance from players that animals should spawn and be deleted.
|
dayz_animalDistance = 600; // Used to calculate the distance from players that animals should spawn and be deleted.
|
||||||
|
|
||||||
// Epoch Additions
|
// Epoch Additions
|
||||||
|
DZE_UI = profileNamespace getVariable ["statusUI",1];
|
||||||
dayz_combination = "";
|
dayz_combination = "";
|
||||||
keypadCancel = false; //Brute force fix
|
keypadCancel = false; //Brute force fix
|
||||||
keyPadReset = {uiSleep 2; keypadCancel = false;};
|
keyPadReset = {uiSleep 2; keypadCancel = false;};
|
||||||
|
|||||||
Reference in New Issue
Block a user