mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-14 02:53:30 +00:00
inicio da config PBOs weapons, vest, aviation e backpack
This commit is contained in:
34
addons/weapons/556_LAPA/556_LAPA.hpp
Normal file
34
addons/weapons/556_LAPA/556_LAPA.hpp
Normal file
@@ -0,0 +1,34 @@
|
||||
class braf_Lapa;
|
||||
class braf_factions_lapa_tan: braf_Lapa
|
||||
{
|
||||
_generalMacro="braf_Lapa_tan";
|
||||
author="BRAF Team";
|
||||
displayName="LAPA FA-03 5.56mm (Tan)";
|
||||
picture="\braf_factions\braf_factions_weapons\556_LAPA\ui\lapa_fa03_ui_snaketan.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_snaketan_CO.paa"
|
||||
};
|
||||
};
|
||||
class braf_factions_lapa_green: braf_Lapa
|
||||
{
|
||||
_generalMacro="braf_Lapa_Green";
|
||||
author="BRAF Team";
|
||||
displayName="LAPA FA-03 5.56mm (Green)";
|
||||
picture="\braf_factions\braf_factions_weapons\556_LAPA\ui\lapa_fa03_ui_green.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_green_CO.paa"
|
||||
};
|
||||
};
|
||||
class braf_factions_lapa_Desert: braf_Lapa
|
||||
{
|
||||
_generalMacro="braf_Lapa_Desert";
|
||||
author="BRAF Team";
|
||||
displayName="LAPA FA-03 5.56mm (Desert)";
|
||||
picture="\braf_factions\braf_factions_weapons\556_LAPA\ui\lapa_fa03_ui_desert.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"braf_factions\braf_factions_weapons\556_LAPA\data\lapa_fa03_desert_CO.paa"
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user