We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5250995 commit 3bdb933Copy full SHA for 3bdb933
=BTC=co@30_Hearts_and_Minds.Altis/core/fnc/int/orders.sqf
@@ -12,7 +12,9 @@ player playActionNow _gesture;
12
13
private _pos = getpos player;
14
private _dir = getDir player;
15
-private _units = (_pos nearEntities [["Car","Civilian_F"], btc_int_radius_orders]) apply {driver _x};
+
16
+private _civClasses = ["Car","Civilian_F"] + btc_civ_type_units;
17
+private _units = (_pos nearEntities [_civClasses, btc_int_radius_orders]) apply {driver _x};
18
19
if (_units isEqualTo []) exitWith {true};
20
0 commit comments