Page MenuHomeFeedback Tracker

Arma 3 DrawIcon3D Colours Broken
Closed, ResolvedPublic

Description

I entered this:

addMissionEventHandler
[
	"Draw3D",
	{
		alphaText = linearConversion[10, 35, player distance CharlieArrow, 1, 0, true];
		drawIcon3D ["", [0,255,4,alphaText], CharlieArrow modelToWorld[0,0,1.25], 0, 0, 0, "Charlie", 0, 0.05];
	}	
];

And I received this:

Details

Severity
Minor
Resolution
Not A Bug
Reproducibility
Always
Operating System
Windows 7
Category
Scripting
Steps To Reproduce

N/A

Additional Information

I have tried other colours, but it seems to be that I can't use that many at all. I.e not the entire RGB configuration.

Event Timeline

Oh how silly of myself. Completly forgot that they had that ahaha. Thank you :D

Tenshi closed this task as Resolved.Nov 9 2022, 11:03 AM
Tenshi changed Resolution from Open to Not A Bug.