UO A3 Nametags
Jump to navigation
Jump to search
{{#invoke:Message box|mbox}}
UO A3 Nametags is an addon, as part of the UO Mods Repository, that allows easy implementation of Nametags into Missions, without any further scripting required.
Usage
To implement the UO A3 Nametags into a Mission, the following lines need to be included in the preinit or init.sqf: <syntaxhighlight lang="cpp" style="width:550px;"> uo_a3_nameHUD_active = true; uo_a3_nameHUD_enabled = true; </syntaxhighlight>
In-Game
Once enabled in a mission, players can toggle the nametags in-game through the CBA self-interaction menu, using the UO Nametags -> Toggle Nametags menu entry.
Group Leaders can assign colors by assigning the Team (Color) through the standard command menu.
Addon
uo_a3_nametags.pbo
- fn
- fn_nameHUD_selfInteractMenu.sqf
- fn_nameHUD_set_name_tag.sqf
- fn_nameHUD_toggle_name_tag.sqf
- fn_nameHUD_get_near_units.sqf
- config.bin
- XEH_postInit.sqf