mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
_trap = _this select 0;
|
|
|
|
if (getNumber (configFile >> "CfgVehicles" >> typeOf _trap >> "singleUse") > 0) then {
|
|
[_trap] call remove_trap;
|
|
} else {
|
|
[_trap] call disarm_trap;
|
|
};
|