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:
worldwidesorrow
2023-09-14 21:10:40 -05:00
parent 4ce8e24282
commit b27f189259
19 changed files with 84 additions and 0 deletions

View File

@@ -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