ACE3/TO_MERGE/agm/Logistics/functions/StaticWeapons/fn_canRotate.sqf

9 lines
108 B
Plaintext

// by commy2
private "_vehicle";
_vehicle = _this select 0;
isNull (gunner _vehicle) &&
{alive _vehicle}