arma2-epoch-server/MPMissions/DayZ_Epoch_24.Napf/spawn/functions/class_wipeGear.sqf
2022-04-21 16:15:41 +03:00

10 lines
200 B
Plaintext
Executable File

removeBackpack _this;
removeAllItems _this;
removeAllWeapons _this;
{_this removeMagazine _x} count (magazines _this);
if (_this == player) then {
dayz_onBack = "";
} else {
_this switchMove "";
};