This commit is the equivalent of a atomic bomb
This commit is contained in:
42
braf_weapons_shotguns/config.cpp
Normal file
42
braf_weapons_shotguns/config.cpp
Normal file
@@ -0,0 +1,42 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class braf_weapons_shotguns
|
||||
{
|
||||
author = "BRAF Team";
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
requiredVersion = 0.1;
|
||||
requiredAddons[] = {"A3_weapons_f","braf_main"};
|
||||
};
|
||||
};
|
||||
|
||||
class Mode_SemiAuto;
|
||||
class WeaponSlotsInfo;
|
||||
class PointerSlot;
|
||||
|
||||
class CfgWeapons
|
||||
{
|
||||
class Rifle;
|
||||
class Rifle_Base_F : Rifle
|
||||
{
|
||||
};
|
||||
#include "12cal_Boito\12cal_boito.hpp"
|
||||
};
|
||||
|
||||
class CfgSounds
|
||||
{
|
||||
class Bump_boito
|
||||
{
|
||||
name = "Boito_sound";
|
||||
Sound[] =
|
||||
{
|
||||
"\braf\braf_weapons_shotguns\12cal_Boito\sound\rem870_pump.ogg",
|
||||
1,
|
||||
1,
|
||||
15};
|
||||
titles[] = {};
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgAmmo.hpp"
|
||||
#include "CfgMagazines.hpp"
|
||||
Reference in New Issue
Block a user