Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Attachments/ANPVS4.hpp
A Man e4a9bc1800 Add new attachments
made by @seelenapparat and @DeVloek
2020-01-15 22:43:17 +01:00

17 lines
478 B
C++

class Attachment_ANPVS4 : CA_Magazine {
scope = public;
count = 1;
type = 256;
model = "\z\addons\dayz_communityweapons\attachments\acog\acog.p3d";
picture = "\dayz_epoch_c\icons\attachments\attachment_anpvs4.paa";
displayName = $STR_DZE_ATTACHMENT_ANPVS4_NAME;
descriptionShort = $STR_DZE_ATTACHMENT_ANPVS4_DESC;
class ItemActions
{
class AttachToPrimary
{
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
script = "; [_id,1] call player_attachAttachment";
};
};
};