Page MenuHomeFeedback Tracker

Group Indicator error ( BIS_fnc_groupIndicator )
New, WishlistPublic

Description

Group Indicator line 85 error.

When player is not the driver of an occupied vehicle.

BIS_fnc_groupIndicator

_unit = vehicle _x;
...
_team = assignedteam _unit;
_teamID = ["MAIN","RED","GREEN","BLUE","YELLOW"] find _team;
_colorTeam = [[0,0,0,0],[1,0,0,0.5],[0,1,0.5,0.5],[0,0.5,1,0.5],[1,1,0,0.5]] select _teamID;
_map drawEllipse [_pos,.4,.4,0,_colorTeam,"#(argb,8,8,3)color(1,1,1,1)"];

_colorTeam returns [], causing an error in drawEllipse.

Details

Legacy ID
3543929009
Severity
None
Resolution
Open
Reproducibility
Always
Category
Scripting
Steps To Reproduce

Create a session,

groupIndicator = 1; in description.ext

Open your group indicator (GPS) in the session, put a unit in a vehicle as driver. Get in the vehicle as passenger.

Event Timeline

MDCCLXXVI set Category to Scripting.
MDCCLXXVI set Reproducibility to Always.
MDCCLXXVI set Severity to None.
MDCCLXXVI set Resolution to Open.
MDCCLXXVI set Legacy ID to 3543929009.May 8 2016, 12:31 PM