mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
31
SQF/dayz_code/Configs/CfgWeapons/Pistols/Makarov.hpp
Normal file
31
SQF/dayz_code/Configs/CfgWeapons/Pistols/Makarov.hpp
Normal file
@@ -0,0 +1,31 @@
|
||||
class Makarov_DZ : Makarov
|
||||
{
|
||||
magazines[] =
|
||||
{
|
||||
8Rnd_9x18_Makarov,
|
||||
8Rnd_9x18_MakarovSD
|
||||
};
|
||||
|
||||
class Attachments
|
||||
{
|
||||
Attachment_SupMakarov = "Makarov_SD_DZ";
|
||||
};
|
||||
};
|
||||
|
||||
class Makarov_SD_DZ : MakarovSD
|
||||
{
|
||||
magazines[] =
|
||||
{
|
||||
8Rnd_9x18_MakarovSD,
|
||||
8Rnd_9x18_Makarov
|
||||
};
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class RemoveSuppressor
|
||||
{
|
||||
text = $STR_DZ_ATT_SUP545_RMVE;
|
||||
script = "; ['Attachment_SupMakarov',_id,'Makarov_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user