Skip to content

Instantly share code, notes, and snippets.

@jameslkingsley
Created March 9, 2017 22:07
Show Gist options
  • Save jameslkingsley/88043202d00c4b465480d20958650d04 to your computer and use it in GitHub Desktop.
Save jameslkingsley/88043202d00c4b465480d20958650d04 to your computer and use it in GitHub Desktop.
class CfgPatches {
class arc_insignia {
ammo[] = {};
units[] = {};
weapons[] = {};
requiredVersion = 1.60;
author[] = {"Brap"};
authorUrl = "http://arcomm.co";
requiredAddons[] = {"ace_common"};
};
};
class CfgUnitInsignia {
class ARCOMM {
displayName = "ARCOMM";
author = "Brap";
texture = "\arc_insignia\arc_insignia.paa";
textureVehicle = "";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment