mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-16 05:39:58 +03:00
Added ability to force on or off the name tags
DZE_ForceNameTagsOff disables feature and DZE_ForceNameTags does not give the player an option and just enables tags.
This commit is contained in:
@@ -618,6 +618,12 @@ if(!isDedicated) then {
|
||||
if(isNil "DZE_AllowCargoCheck") then {
|
||||
DZE_AllowCargoCheck = true;
|
||||
};
|
||||
if(isNil "DZE_ForceNameTags") then {
|
||||
DZE_ForceNameTags = false;
|
||||
};
|
||||
if(isNil "DZE_ForceNameTagsOff") then {
|
||||
DZE_ForceNameTagsOff = false;
|
||||
};
|
||||
|
||||
DZE_CanPickup = true;
|
||||
DZE_Q = false;
|
||||
|
||||
Reference in New Issue
Block a user