mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add group system
Initial commit, not tested in multiplayer yet. Some revisions still left to do.
This commit is contained in:
@@ -510,6 +510,7 @@ switch (toLower worldName) do {
|
||||
keypadCancel = false; //Brute force fix
|
||||
keyPadReset = {uiSleep 2; keypadCancel = false;};
|
||||
canbuild = true;
|
||||
dayz_activeInvites = [];
|
||||
dayz_combination = "";
|
||||
dayz_disallowedVault = ["TentStorage","BuiltItems","ModularItems","DZE_Base_Object","Generator_DZ"];
|
||||
// These work with just a running generator
|
||||
@@ -709,4 +710,5 @@ if (!isDedicated) then {
|
||||
DZE_Quarantine = false;
|
||||
DZE_InRadiationZone = false;
|
||||
DZE_myVehicle = objNull;
|
||||
dayz_groupNameTags = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user