mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Cook Off - Adjust players only settings check (#7419)
This commit is contained in:
parent
65e1601114
commit
f460eca428
@ -25,7 +25,7 @@ if (damage _vehicle >= 1) exitWith {};
|
|||||||
if (_vehicle getVariable [QGVAR(enable), GVAR(enable)] in [0, false]) exitWith {};
|
if (_vehicle getVariable [QGVAR(enable), GVAR(enable)] in [0, false]) exitWith {};
|
||||||
|
|
||||||
// Check for players and exit if none found and the enable for players only setting is true
|
// Check for players and exit if none found and the enable for players only setting is true
|
||||||
if (_vehicle getVariable [QGVAR(enable), GVAR(enable)] isEqualTo 2 && {fullCrew [_vehicle, "", false] findIf {isPlayer (_x select 0)} == -1}) exitWith {};
|
if (_vehicle getVariable [QGVAR(enable), GVAR(enable)] isEqualTo 1 && {fullCrew [_vehicle, "", false] findIf {isPlayer (_x select 0)} == -1}) exitWith {};
|
||||||
|
|
||||||
// get hitpoint name
|
// get hitpoint name
|
||||||
private _hitpoint = "#structural";
|
private _hitpoint = "#structural";
|
||||||
|
Loading…
Reference in New Issue
Block a user