mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update player_switchModel.sqf (#2031)
delete all items, if used custom skins
This commit is contained in:
@@ -79,6 +79,8 @@ if (_isArray) then {
|
||||
_newUnit setDir _dir;
|
||||
{_newUnit removeMagazine _x;} count magazines _newUnit;
|
||||
removeAllWeapons _newUnit;
|
||||
removeAllItems _newUnit;
|
||||
removebackpack _newUnit;
|
||||
|
||||
//Equip New Character
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user