Skip to content

Instantly share code, notes, and snippets.

@commy2
Created September 7, 2019 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save commy2/a426eaf159360472bf8ed3ddd1ec1841 to your computer and use it in GitHub Desktop.
Save commy2/a426eaf159360472bf8ed3ddd1ec1841 to your computer and use it in GitHub Desktop.
class CfgWeapons {
class CBA_MiscItem;
class CBA_MiscItem_ItemInfo;
class tag_className: CBA_MiscItem {
class ItemInfo: CBA_MiscItem_ItemInfo {
mass = 10;
};
author = "me";
scope = 2;
displayName = "display name";
descriptionShort = "tooltip";
model = "\A3\weapons_f\empty.p3d";
picture = "\A3\ui_f\data\igui\cfg\actions\clear_empty_ca.paa";
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment