mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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 setPosATL _position;
|
||||||
_newUnit setDir _dir;
|
_newUnit setDir _dir;
|
||||||
|
|
||||||
|
_newUnit setVariable ["DZE_display_name", _tagSetting, true];
|
||||||
|
|
||||||
//Clear New Character
|
//Clear New Character
|
||||||
{_newUnit removeMagazine _x;} count magazines _newUnit;
|
{_newUnit removeMagazine _x;} count magazines _newUnit;
|
||||||
removeAllWeapons _newUnit;
|
removeAllWeapons _newUnit;
|
||||||
|
|||||||
Reference in New Issue
Block a user