mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 09:30:49 +03:00
Add ACR CZ750_DZ version
This commit is contained in:
@@ -28,6 +28,7 @@ class CfgWeapons
|
||||
#include "Rifles\KSVK.hpp"
|
||||
#include "Rifles\M4SPR.hpp"
|
||||
#include "Rifles\VSSVintorez.hpp"
|
||||
#include "Rifles\CZ750.hpp"
|
||||
|
||||
//Ak107
|
||||
#include "Rifles\AK107.hpp"
|
||||
|
||||
6
SQF/dayz_code/Configs/CfgWeapons/Rifles/CZ750.hpp
Normal file
6
SQF/dayz_code/Configs/CfgWeapons/Rifles/CZ750.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
class CZ_750_S1_ACR;
|
||||
class CZ750_DZ: CZ_750_S1_ACR {
|
||||
displayName = $STR_DZ_WPN_CZ750_NAME;
|
||||
descriptionShort = $STR_DZ_WPN_CZ750_DESC;
|
||||
magazines[] = {"10Rnd_762x51_CZ750"};
|
||||
};
|
||||
Reference in New Issue
Block a user