mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Add scorpion evo 3 dz versions
This commit is contained in:
@@ -141,6 +141,7 @@ class CfgWeapons
|
||||
class MP5A5;
|
||||
class MP5SD;
|
||||
#include "Rifles\MP5.hpp"
|
||||
#include "Rifles\CZScorpion.hpp"
|
||||
|
||||
class M16A2;
|
||||
class M16A2GL;
|
||||
|
||||
34
SQF/dayz_code/Configs/CfgWeapons/Rifles/CZScorpion.hpp
Normal file
34
SQF/dayz_code/Configs/CfgWeapons/Rifles/CZScorpion.hpp
Normal file
@@ -0,0 +1,34 @@
|
||||
class Evo_ACR;
|
||||
class Scorpion_Evo3_DZ: Evo_ACR {
|
||||
displayName = $STR_DZ_WPN_SC_EVO3_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_SC_EVO3_DESC;
|
||||
magazines[] = {"30Rnd_9x19_MP5","30Rnd_9x19_MP5SD"};
|
||||
};
|
||||
|
||||
class Evo_mrad_ACR;
|
||||
class Scorpion_Evo3_CCO_DZ: Evo_mrad_ACR {
|
||||
displayName = $STR_DZ_WPN_SC_EVO3_CCO_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_SC_EVO3_DESC;
|
||||
magazines[] = {"30Rnd_9x19_MP5","30Rnd_9x19_MP5SD"};
|
||||
|
||||
class Attachments
|
||||
{
|
||||
Attachment_Sup9 = "Scorpion_Evo3_CCO_SD_DZ";
|
||||
};
|
||||
};
|
||||
|
||||
class evo_sd_ACR;
|
||||
class Scorpion_Evo3_CCO_SD_DZ: evo_sd_ACR {
|
||||
displayName = $STR_DZ_WPN_SC_EVO3_CCO_SD_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_SC_EVO3_SD_DESC;
|
||||
magazines[] = {"30Rnd_9x19_MP5SD"};
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class RemoveSuppressor
|
||||
{
|
||||
text = $STR_ATTACHMENT_RMVE_Silencer;
|
||||
script = "; ['Attachment_Sup9',_id,'Scorpion_Evo3_CCO_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user