CFG WEAPONS DONE

This commit is contained in:
icomrade
2016-02-18 13:58:02 -05:00
parent 81d5976031
commit dfb7bba743
395 changed files with 55004 additions and 1384 deletions

View File

@@ -0,0 +1,19 @@
class Attachment_SCOPED : CA_Magazine
{
scope = 2;
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";
};
};
};