mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
force tags back on if previously enabled after changing clothes
This commit is contained in:
@@ -151,7 +151,10 @@ if(_currentWpn != "") then {_newUnit selectWeapon _currentWpn;};
|
|||||||
player disableConversation true;
|
player disableConversation true;
|
||||||
|
|
||||||
player setVariable ["bodyName",dayz_playerName,true];
|
player setVariable ["bodyName",dayz_playerName,true];
|
||||||
player setVariable["DZE_display_name",_tagSetting,true];
|
|
||||||
|
if (_tagSetting) then {
|
||||||
|
DZE_ForceNameTags = true;
|
||||||
|
};
|
||||||
|
|
||||||
_playerUID=getPlayerUID player;
|
_playerUID=getPlayerUID player;
|
||||||
_playerObjName = format["player%1",_playerUID];
|
_playerObjName = format["player%1",_playerUID];
|
||||||
|
|||||||
Reference in New Issue
Block a user