Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Attachments/SA58RIS.hpp
2016-03-05 20:36:07 -05:00

21 lines
464 B
C++

class Attachment_SA58RIS : CA_Magazine
{
scope = public;
count = 1;
type = WeaponSlotItem;
model = "ca\weapons\mag_univ.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\SA58RIS\data\m_sa58ris_ca.paa";
displayName = $STR_DZ_ATT_SA58RIS_NAME;
descriptionShort = $STR_DZ_ATT_SA58RIS_DESC;
class ItemActions
{
class AttachToPrimary
{
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
script = "; [_id,1] call player_attachAttachment";
};
};
};