Actually there is a command disableTIEquipment which disables thermalvision and nightvision for vehicles. I would like to separate this in two different commands to have drones with NV but no TV
Description
Description
Details
Details
- Legacy ID
- 3920747105
- Severity
- None
- Resolution
- Open
- Reproducibility
- Have Not Tried
- Category
- Feature Request
Additional Information
Here is an example where I would use that command that only would disable the thermal vision:
if (isServer) then
{
while {true} do
{
{ _x disableTIEquipment true; } forEach allUnitsUav; sleep 1;
};
};
Event Timeline
Comment Actions
the issue reported here is somehow already included in http://feedback.arma3.com/view.php?id=16752