mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
Add more _DZ versions of arma 2 weapons
All Arma 2 weapons except the TWS and launchers have a _DZ version now. So it is no longer confusing which weapon version should be spawned. Always use the _DZ versions.
This commit is contained in:
4
SQF/dayz_code/Configs/CfgWeapons/Rifles/AA12.hpp
Normal file
4
SQF/dayz_code/Configs/CfgWeapons/Rifles/AA12.hpp
Normal file
@@ -0,0 +1,4 @@
|
||||
class AA12_PMC;
|
||||
class AA12_DZ: AA12_PMC {
|
||||
magazines[] = {"20Rnd_B_AA12_Pellets","20Rnd_B_AA12_74Slug","20Rnd_B_AA12_HE"};
|
||||
};
|
||||
@@ -8,4 +8,7 @@ class AKS_Silver_DZ: AKM_DZ {
|
||||
displayName = $STR_DZ_WPN_AKS_SILVER_NAME;
|
||||
model = "\RH_aks\RH_aks47s.p3d";
|
||||
picture = "\RH_aks\inv\aks47s.paa";
|
||||
};
|
||||
};
|
||||
|
||||
class AK_47_S;
|
||||
class AKS_DZ: AK_47_S {};
|
||||
@@ -30,4 +30,12 @@ class M24_Gh_DZ : M24_DZ
|
||||
script = "; ['Attachment_Ghillie',_id,'M24_DZ'] call player_removeAttachment";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
class M24_des_EP1;
|
||||
class M24_DES_DZ : M24_des_EP1
|
||||
{
|
||||
displayName = $STR_DZ_WPN_M24_DESERT_NAME;
|
||||
|
||||
magazines[] = {5Rnd_762x51_M24};
|
||||
};
|
||||
Reference in New Issue
Block a user