add russian ranks to more factions

This commit is contained in:
commy2 2016-06-26 00:29:17 +02:00
parent 5047d95086
commit 66abb0b103

View File

@ -10,5 +10,16 @@ private _russianRankIcons = [
QPATHTOEF(nametags,UI\icons_russia\colonel_gs.paa)
];
["rhs_faction_msv", _russianRankIcons] call EFUNC(nametags,setFactionRankIcons);
["rhs_faction_vdv", _russianRankIcons] call EFUNC(nametags,setFactionRankIcons);
{
[_x, _russianRankIcons] call EFUNC(nametags,setFactionRankIcons);
} forEach [
"rhs_faction_msv",
"rhs_faction_vdv",
"rhs_faction_vmf",
"rhs_faction_vv",
"rhs_faction_tv",
"rhs_faction_vpvo",
"rhs_faction_vvs",
"rhs_faction_vvs_c",
"rhs_faction_rva"
];