Advertisement
Guest User

Cfg Insignia

a guest
Sep 14th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.47 KB | None | 0 0
  1. span class="re5"> class CfgUnitInsignia
  2. {
  3.     class PatchLCOMV1
  4.     {
  5.         displayName = "LCOM Flag";
  6.         author = "Malbryn";
  7.         texture = "img\lcom_patch_v1.paa";
  8.         textureVehicle = "";
  9.     };
  10.     class PatchLCOMV2
  11.     {
  12.         displayName = "LCOM Flag (Subdued)";
  13.         author = "Malbryn";
  14.         texture = "img\lcom_patch_v2.paa";
  15.         textureVehicle = "";
  16.     };
  17.     class PatchLCOMV3
  18.     {
  19.         displayName = "LCOM Logo";
  20.         author = "Mesa & Jerichron";
  21.         texture = "img\lcom_patch_v3.paa";
  22.         textureVehicle = "";
  23.     };
  24. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement