Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Pistols/PDW.hpp
2020-01-27 16:14:49 +01:00

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";
};
};
};