Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Attachments/CCO.hpp
2016-02-18 13:58:02 -05:00

21 lines
476 B
C++

class Attachment_CCO : CA_Magazine
{
scope = public;
count = 1;
type = WeaponSlotItem;
model = "\z\addons\dayz_communityweapons\attachments\cco\cco.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\cco\data\m_cco_ca.paa";
displayName = $STR_DZ_ATT_CCO_NAME;
descriptionShort = $STR_DZ_ATT_CCO_DESC;
class ItemActions
{
class AttachToPrimary
{
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
script = "; [_id,1] call player_attachAttachment";
};
};
};