mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #1625 from Mikeeeyy/patch-11
Persistent Name Tag Setting when changing skins.
This commit is contained in:
@@ -56,6 +56,8 @@ _newUnit = _group createUnit [_class,dayz_spawnPos,[],0,"NONE"];
|
||||
_newUnit setPosATL _position;
|
||||
_newUnit setDir _dir;
|
||||
|
||||
_newUnit setVariable ["DZE_display_name", _tagSetting, true];
|
||||
|
||||
//Clear New Character
|
||||
{_newUnit removeMagazine _x;} count magazines _newUnit;
|
||||
removeAllWeapons _newUnit;
|
||||
|
||||
Reference in New Issue
Block a user