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:
[VB]AWOL
2013-10-27 09:56:48 -05:00
parent f280f89ceb
commit 80d31bce5f
2 changed files with 16 additions and 3 deletions

View File

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