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