Search the Community
Showing results for tags 'levant'.
Found 1 result
-
[R] Syrian and Iraqi civil war insignia
Redrumovy posted a topic in ARMA 3 - ADDONS & MODS: COMPLETE
191 Syrian and Iraqi civil war 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 classnames list: https://pastebin.com/20pSKwPj 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. http://steamcommunity.com/sharedfiles/filedetails/?id=1309096383