CFG WEAPONS DONE

This commit is contained in:
icomrade
2016-02-18 13:58:02 -05:00
parent 76f018393d
commit 0b72b05e89
395 changed files with 55004 additions and 1384 deletions

View File

@@ -0,0 +1,21 @@
class Attachment_M203 : CA_Magazine
{
scope = public;
count = 1;
type = WeaponSlotItem;
model = "\z\addons\dayz_communityweapons\attachments\m203\m203.p3d";
picture = "\z\addons\dayz_communityweapons\attachments\m203\data\m_m203_ca.paa";
displayName = $STR_DZ_ATT_M203_NAME;
descriptionShort = $STR_DZ_ATT_M203_DESC;
class ItemActions
{
class AttachToPrimary
{
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
script = "; [_id,1] call player_attachAttachment";
};
};
};