little fixes, (typo, distance change)

This commit is contained in:
Zac Surplice
2013-09-24 21:43:41 +10:00
parent 06ed1fc10c
commit 515e0d1d56

View File

@@ -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;