mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
private["_type","_tent","_pos"];
|
|
_type = _this select 0;
|
|
_pos = _this select 1;
|
|
|
|
_tent = nearestObject [_type,_pos];
|
|
|
|
if (!isNull _tent) then {
|
|
if (local _tent) then {deleteVehicle _tent};
|
|
}; |