Page MenuHomeFeedback Tracker

scriptingcommands: disableNVEqipment, diableTVEquipment
Closed, ResolvedPublic

Description

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

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

Coding edited Steps To Reproduce. (Show Details)Aug 18 2013, 6:54 AM
Coding edited Additional Information. (Show Details)
Coding set Category to Feature Request.
Coding set Reproducibility to Have Not Tried.
Coding set Severity to None.
Coding set Resolution to Open.
Coding set Legacy ID to 3920747105.May 7 2016, 4:06 PM
Coding edited a custom field.
d3nn16 added a subscriber: d3nn16.May 7 2016, 4:06 PM

the issue reported here is somehow already included in http://feedback.arma3.com/view.php?id=16752

dedmen closed this task as Resolved.Sep 13 2020, 9:43 PM