This commit is the equivalent of a atomic bomb
This commit is contained in:
37
braf_weapons_core/config.cpp
Normal file
37
braf_weapons_core/config.cpp
Normal file
@@ -0,0 +1,37 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class braf_weapons_core
|
||||
{
|
||||
author = "BRAF Team";
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.1;
|
||||
requiredAddons[] = {"A3_weapons_f","braf_main"};
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgAmmo.hpp"
|
||||
|
||||
class CfgWeapons
|
||||
{
|
||||
class hgun_ACPC2_F;
|
||||
class braf_imbel_m973 : hgun_ACPC2_F
|
||||
{
|
||||
author = "BRAF Team";
|
||||
_generalMacro = "braf_imbel_m973";
|
||||
baseWeapon = "braf_imbel_m973";
|
||||
scope = 2;
|
||||
picture = "braf\braf_weapons_core\9mm_M973\data\ui\1911_M973_x_ca.paa";
|
||||
magazines[] = {"braf_9Rnd_9mm"};
|
||||
magazineWell[] = {"braf_9mm_1911"};
|
||||
displayname = "IMBEL M973 9mm";
|
||||
descriptionShort = "Brazilian Army 9mm 1911 pistol";
|
||||
class Library
|
||||
{
|
||||
libTextDesc = "Brazilian Army 9mm 1911 pistol";
|
||||
};
|
||||
hiddenSelections[] = {"camo"};
|
||||
hiddenSelectionsTextures[] = {"\braf\braf_weapons_core\9mm_M973\data\1911_M973_co.paa"};
|
||||
hiddenSelectionsMaterials[] = {"\braf\braf_weapons_core\9mm_M973\data\1911_M973.rvmat"};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user