Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Attachments/Kobra.hpp
2016-02-21 13:14:03 -05:00

21 lines
485 B
C++

class Attachment_Kobra : CA_Magazine
{
scope = 2;
count = 1;
type = WeaponSlotItem;
model = "\z\addons\dayz_communityweapons\attachments\kobra\kobra.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\kobra\data\m_kobra_ca.paa";
displayName = $STR_DZ_ATT_KOBRA_NAME;
descriptionShort = $STR_DZ_ATT_KOBRA_DESC;
class ItemActions
{
class AttachToPrimary
{
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
script = "; [_id,1] call player_attachAttachment";
};
};
};