mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add M4SPR_DZE which spawns with 30Rnd Stanag default
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
[NEW] Added config variable DZE_HaloSpawnHeight. @ebayShopper
|
[NEW] Added config variable DZE_HaloSpawnHeight. @ebayShopper
|
||||||
|
[NEW] Added M4SPR_DZE class which spawns with 30Rnd Stanag by default instead of 20Rnd. #1823 @AirwavesMan
|
||||||
|
|
||||||
[CHANGED] Added NWAF tent camp to Chernarus points of interests and removed trains POI for now.
|
[CHANGED] Added NWAF tent camp to Chernarus points of interests and removed trains POI for now.
|
||||||
[CHANGED] Turbo and HoldBreath keybindings are now allowed again. @icomrade
|
[CHANGED] Turbo and HoldBreath keybindings are now allowed again. @icomrade
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ class CfgWeapons
|
|||||||
#include "Weapon\Sniper\AS50.hpp"
|
#include "Weapon\Sniper\AS50.hpp"
|
||||||
#include "Weapon\Sniper\M107.hpp"
|
#include "Weapon\Sniper\M107.hpp"
|
||||||
#include "Weapon\Sniper\KSVK.hpp"
|
#include "Weapon\Sniper\KSVK.hpp"
|
||||||
|
#include "Weapon\Sniper\M4SPR.hpp"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
6
SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M4SPR.hpp
Normal file
6
SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/M4SPR.hpp
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
class M4SPR;
|
||||||
|
class M4SPR_DZE: M4SPR
|
||||||
|
{
|
||||||
|
//Moved 30Rnd Stanag to first in array
|
||||||
|
magazines[] = {"30Rnd_556x45_Stanag", "20Rnd_556x45_Stanag", "30Rnd_556x45_StanagSD", "30Rnd_556x45_G36", "100Rnd_556x45_BetaCMag", "30Rnd_556x45_G36SD"};
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user