mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-14 00:53:30 +00:00
inicio da config PBOs weapons, vest, aviation e backpack
This commit is contained in:
36
addons/weapons/762_FAL/762_FAL.hpp
Normal file
36
addons/weapons/762_FAL/762_FAL.hpp
Normal file
@@ -0,0 +1,36 @@
|
||||
class braf_Fal;
|
||||
class braf_factions_fal_hiaf : braf_Fal
|
||||
{
|
||||
_generalMacro="braf_md1_hiaf";
|
||||
author="BRAF Team";
|
||||
displayName="IMBEL M964 FAL 7.62mm (Green)";
|
||||
picture="\braf_factions\braf_factions_weapons\762_FAL\ui\MD1_ui.paa";
|
||||
hiddenSelectionsTextures[]=
|
||||
{
|
||||
"\braf_factions\braf_factions_weapons\762_FAL\Data\parafal_muzle.paa",
|
||||
"\braf_factions\braf_factions_weapons\762_FAL\Data\HIAF\handguard_CO.paa",
|
||||
"\braf_factions\braf_factions_weapons\762_FAL\Data\parafal_corpo.paa",
|
||||
"\braf_factions\braf_factions_weapons\762_FAL\Data\HIAF\stock_CO.paa"
|
||||
};
|
||||
hiddenSelectionsMaterials[]=
|
||||
{
|
||||
"\braf_factions\braf_factions_weapons\762_FAL\Data\FAL_muzzle.rvmat",
|
||||
"\braf_factions\braf_factions_weapons\762_FAL\Data\HIAF\FAL_Guardamao.rvmat",
|
||||
"\braf_factions\braf_factions_weapons\762_FAL\Data\FAL_corpo.rvmat",
|
||||
"\braf_factions\braf_factions_weapons\762_FAL\Data\HIAF\FAL_coronha.rvmat"
|
||||
};
|
||||
};
|
||||
class braf_factions_fal_hiaf_scope: braf_factions_fal_hiaf
|
||||
{
|
||||
scope = 1;
|
||||
author="BRAF Team";
|
||||
_generalMacro="braf_Fal_hiaf_Scope";
|
||||
class LinkedItems
|
||||
{
|
||||
class LinkedItemsOptic
|
||||
{
|
||||
slot="CowsSlot";
|
||||
item="braf_FAL_OIP_Scope";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user