mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
little fixes, (typo, distance change)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
disableSerialization;
|
||||
_display = (_this select 0);
|
||||
_close = {locked _x} count (nearestObjects [player, ["AllVehicle"], 10]) > 0;
|
||||
_close = {locked _x} count (nearestObjects [player, ["AllVehicles"], 5]) > 0;
|
||||
|
||||
if(_close) then {
|
||||
_display closeDisplay 1;
|
||||
|
||||
Reference in New Issue
Block a user