mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
little fixes, (typo, distance change)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
disableSerialization;
|
disableSerialization;
|
||||||
_display = (_this select 0);
|
_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 {
|
if(_close) then {
|
||||||
_display closeDisplay 1;
|
_display closeDisplay 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user