mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
20 lines
460 B
C++
20 lines
460 B
C++
class Attachment_SCOPED : CA_Magazine
|
|
{
|
|
scope = public;
|
|
displayName = $STR_ATTACHMENT_NAME_SCOPE;
|
|
descriptionShort = $STR_ATTACHMENT_DESC_SCOPE;
|
|
count = 1;
|
|
model = "z\addons\dayz_communityweapons\models\attachments\SCOPE";
|
|
picture = "\z\addons\dayz_communityweapons\models\attachments\SCOPE.paa";
|
|
type = 256;
|
|
|
|
class ItemActions
|
|
{
|
|
class Use
|
|
{
|
|
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
|
|
script = "; [_id,1] call player_attachAttachment";
|
|
};
|
|
};
|
|
};
|