mirror of
https://github.com/Ignatz-HeMan/SEM
synced 2024-08-30 16:22:10 +00:00
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
if (!isnull _this) then {
|
|
removeVest _this;
|
|
//removeHeadgear _this;
|
|
removeGoggles _this;
|
|
removeAllItems _this;
|
|
removeAllWeapons _this;
|
|
removeBackpackGlobal _this;
|
|
{_this removeMagazine _x}count magazines _this;
|
|
}; |