10 lines
200 B
Plaintext
Executable File
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 "";
|
|
}; |