Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class CfgPatches
- {
- class ChangeMe
- {
- units[]={};
- weapons[]={};
- requiredVersion=0.1;
- requiredAddons[]=
- {
- "DZ_Data",
- "DZ_Weapons_Firearms"
- };
- };
- };
- class CfgMods
- {
- class ChangeMe
- {
- dir = "ChangeMe";
- picture = "";
- action = "";
- hideName = 0;
- hidePicture = 1;
- name = "ChangeMe";
- author = "One Shot";
- authorID = "";
- version = "1.5";
- extra = 0;
- type = "mod";
- };
- };
- class CfgWeapons
- {
- class Mosin9130;
- class BoltActionRifle_Base;
- class ChangeMe: Mosin9130
- {
- scope = 2;
- displayName = "Display Name";
- descriptionShort = "Description ";
- hiddenSelectionsTextures[] =
- {
- "File path for the paa file",
- "File path for the paa file",
- "File path for the paa file"
- };
- itemSize[]={10,2};
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement