[R] Syrian and Iraqi civil war insignia
191 Syrian and Iraqi civil war factions patches including:
Syrian Arab Army and allies
Syrian Democratic Forces and allies
Free Syrian Army and jihadists
Iraqi Army and special forces
Popular Mobilization Units
Iraqi Kurds
Islamic state
Few others such as: Saudi Arabia, Yemen, Saddam era Iraq
and
19 flags
Arsenal with access to insignia: (you have to put this code into init of item you want to be arsenal)
this addAction ["<t color=’#ffa500′>Open Virtual Arsenal</t>", {["Open",true] spawn BIS_fnc_arsenal}];
Init code for units to set insignia for them. ("saa1" is an example, other classnames can be found using arsenal)
[[this, "saa1"], "fnc_permanentInsignia", nil, true, true] call BIS_fnc_MP;
If you want to attach flag to a vehicle – position it how you want it and use this code in flags init
[flag, vehicle] call BIS_fnc_attachToRelative;
File with classnames inside the mod folder and here: https://pastebin.com/20pSKwPj
Thanks to everyone who contributed. If you have something you want added to the mod and can provide good source leave the comment below.