mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
7 lines
176 B
Plaintext
7 lines
176 B
Plaintext
disableSerialization;
|
|
_display = (_this select 0);
|
|
_close = {locked _x} count (nearestObjects [player, ["AllVehicle"], 10]) > 0;
|
|
|
|
if(_close) then {
|
|
_display closeDisplay 1;
|
|
}; |