mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
21 lines
546 B
C++
21 lines
546 B
C++
class Attachment_FL_Pist : CA_Magazine
|
|
{
|
|
scope = public;
|
|
count = 1;
|
|
type = WeaponSlotItem;
|
|
|
|
model = "\z\addons\dayz_communityweapons\attachments\flashlight_pistol\flashlight_pistol.p3d";
|
|
picture = "\z\addons\dayz_communityweapons\attachments\flashlight_pistol\data\m_flashlight_pistol_ca.paa";
|
|
|
|
displayName = $STR_DZ_ATT_FL_PST_NAME;
|
|
descriptionShort = $STR_DZ_ATT_FL_PST_DESC;
|
|
|
|
class ItemActions
|
|
{
|
|
class AttachToSecondary
|
|
{
|
|
text = $STR_DZ_ATT_ACT_TO_SECONDARY;
|
|
script = "; [_id,0] call player_attachAttachment";
|
|
};
|
|
};
|
|
}; |