From b798abf7fb212b29ee85bd5546c75e892693d1bc Mon Sep 17 00:00:00 2001 From: F507DMT <12347771234@mail.ru> Date: Mon, 11 Mar 2019 15:47:07 +0600 Subject: [PATCH] Update player_switchModel.sqf (#2031) delete all items, if used custom skins --- SQF/dayz_code/compile/player_switchModel.sqf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SQF/dayz_code/compile/player_switchModel.sqf b/SQF/dayz_code/compile/player_switchModel.sqf index 7da621de9..161894b3b 100644 --- a/SQF/dayz_code/compile/player_switchModel.sqf +++ b/SQF/dayz_code/compile/player_switchModel.sqf @@ -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 {