Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. class CfgWeapons {
  2. class CBA_MiscItem;
  3. class CBA_MiscItem_ItemInfo;
  4.  
  5. class tag_className: CBA_MiscItem {
  6. class ItemInfo: CBA_MiscItem_ItemInfo {
  7. mass = 10;
  8. };
  9.  
  10. author = "me";
  11. scope = 2;
  12. displayName = "display name";
  13. descriptionShort = "tooltip";
  14. model = "\A3\weapons_f\empty.p3d";
  15. picture = "\A3\ui_f\data\igui\cfg\actions\clear_empty_ca.paa";
  16. };
  17. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement