Advertisement
Guest User

ArmA III - Parches (CFG)

a guest
Jun 26th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.35 KB | None | 0 0
  1. class CfgPatches
  2. {
  3.     class TMP_Parches
  4.     {
  5.         units[]={};
  6.         weapons[]={};
  7.         requiredVersion=1;
  8.         requiredAddons[]={};
  9.     };
  10. };
  11.  
  12. class UniformSlotInfo
  13. {
  14.     slotType=0;
  15.     linkProxy="-";
  16. };
  17.  
  18. class CfgUnitInsignia
  19. {
  20.     class TMP_Parche_Prueba
  21.     {
  22.         displayName="Bandera XXX (PRUEBA)";
  23.         author="FerMoX";
  24.         texture="\TMP_Parches\XXX\xxx.paa";
  25.     };
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement