mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add option to limit static weapon access within plot radius.
If the config variable is set to true then then static weapon access within the plot radius is limited to plot owner and plot friends.
This commit is contained in:
@@ -147,6 +147,9 @@ if (isServer) then {
|
||||
DZE_EVRFirstTime = [15, 60]; // Random time in minutes after server restart to begin the first EVR storm [min, max].
|
||||
DZE_EVRTimer = [45, 180]; // Random time in minutes between additional EVR storms [min, max].
|
||||
};
|
||||
|
||||
// Static Weapon Plot Access
|
||||
DZE_StaticWeaponPlotCheck = false; // Limits the use of static weapons within the plot radius to plot owner and plot friends.
|
||||
};
|
||||
|
||||
// Client
|
||||
|
||||
Reference in New Issue
Block a user