Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Attachments/NSPU.hpp
A Man 0def480120 Add and update models for magazines
Big thanks @helion4 for his tireless and great work.
2020-04-08 17:23:46 +02:00

17 lines
460 B
C++

class Attachment_NSPU : CA_Magazine {
scope = public;
count = 1;
type = 256;
model = "\z\addons\dayz_epoch_w\optic\dze_scope_nspu.p3d";
picture = "\dayz_epoch_c\icons\attachments\attachment_nspu.paa";
displayName = $STR_DZE_ATTACHMENT_NSPU_NAME;
descriptionShort = $STR_DZE_ATTACHMENT_NSPU_DESC;
class ItemActions
{
class AttachToPrimary
{
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
script = "; [_id,1] call player_attachAttachment";
};
};
};