Advertisement
Guest User

config.cpp

a guest
Nov 2nd, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.51 KB | None | 0 0
  1. class CfgPatches
  2. {
  3.     class Baja
  4.     {
  5.         units[]={"Baja"};
  6.         weapons[]={};
  7.         requiredVersion= 1.03;
  8.         version= 1.14;
  9. fileName = "pie.pbo";
  10. author = "Aeryes";
  11.     };
  12. };
  13. class CfgMagazines
  14. {
  15.     class CA_Magazine;
  16.     class big_pie: CA_Magazine
  17.     {
  18.         displayName="Big Pie";
  19.         scope=2;
  20.         mass=14;
  21.         author="Aeryes";
  22.         picture="\pie\icons\pie_icon.paa";
  23.         model="\pie\models\pie.p3d";
  24.         icon="\pie\icons\pie_icon.paa";
  25.         descriptionShort="Tasty pies to eat all day long !!!";
  26.     };
  27. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement