mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
21 lines
483 B
C++
21 lines
483 B
C++
class Attachment_GP25 : CA_Magazine
|
|
{
|
|
scope = public;
|
|
count = 1;
|
|
type = WeaponSlotItem;
|
|
|
|
model = "\z\addons\dayz_communityweapons\attachments\gp25\gp25.p3d";
|
|
picture = "\z\addons\dayz_communityweapons\attachments\gp25\data\m_gp25_ca.paa";
|
|
|
|
displayName = $STR_DZ_ATT_GP25_NAME;
|
|
descriptionShort = $STR_DZ_ATT_GP25_NAME;
|
|
|
|
class ItemActions
|
|
{
|
|
class AttachToPrimary
|
|
{
|
|
text = $STR_DZ_ATT_ACT_TO_PRIMARY;
|
|
script = "; [_id,1] call player_attachAttachment";
|
|
};
|
|
};
|
|
}; |