This commit is the equivalent of a atomic bomb
This commit is contained in:
26
braf_weapons_attach_side/config.cpp
Normal file
26
braf_weapons_attach_side/config.cpp
Normal file
@@ -0,0 +1,26 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class braf_weapons_attach_side
|
||||
{
|
||||
name = "braf_weapons_attach_side";
|
||||
units[] = {};
|
||||
weapons[] = {
|
||||
"braf_an_peq_15",
|
||||
"braf_an_peq_15_flashlight",
|
||||
"braf_an_peq_15_green",
|
||||
"braf_an_peq_15_green_flashlight",
|
||||
"braf_an_peq_15_tan",
|
||||
"braf_an_peq_15_tan_flashlight",
|
||||
"braf_an_peq_15_painted",
|
||||
"braf_an_peq_15_painted_flashlight",
|
||||
};
|
||||
requiredVersion = 2.10;
|
||||
requiredAddons[] = {"braf_main", "braf_weapons_core"};
|
||||
author = "BRAF Team";
|
||||
authors[] = {"AMF Team"};
|
||||
url = "https://www.brafmod.com.br";
|
||||
};
|
||||
};
|
||||
|
||||
#include "CfgJointRails.hpp"
|
||||
#include "CfgWeapons.hpp"
|
||||
Reference in New Issue
Block a user