Start on team colour - Global-Conflicts-ArmA/Olsen-Framework-Arma-3 GitHub Wiki
Description
The Start on team colour module allows missions makers to assign a colour to a unit so that in the DUI HUD mod, the player(s) will appeared the selected colour.
This is very useful for starting people as a colour based on which fireteam they are in.
Usage
- Go to modules>modules.sqf and enable the Start_on_team_colour module.
- Go to modules>Start_on_team_colour>settings.sqf.
- Open your units init and paste one of the following lines depending on which colours you want. This is useful for visually identifying fireteams quickly.
[this, "RED"] call FW_fnc_SOTC_SetTeamColor;
[this, "BLUE"] call FW_fnc_SOTC_SetTeamColor;
[this, "GREEN"] call FW_fnc_SOTC_SetTeamColor;
[this, "YELLOW"] call FW_fnc_SOTC_SetTeamColor;