mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
19 lines
301 B
C++
19 lines
301 B
C++
class PDW_DZ : UZI_EP1
|
|
{
|
|
class Attachments
|
|
{
|
|
Attachment_Sup9 = "PDW_SD_DZ";
|
|
};
|
|
};
|
|
|
|
class PDW_SD_DZ : UZI_SD_EP1
|
|
{
|
|
class ItemActions
|
|
{
|
|
class RemoveSuppressor
|
|
{
|
|
text = $STR_ATTACHMENT_RMVE_Silencer;
|
|
script = "; ['Attachment_Sup9',_id,'PDW_DZ'] call player_removeAttachment";
|
|
};
|
|
};
|
|
}; |