Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgMagazines/Magazines/Magazines.hpp
A Man 5e2654247f Rearrange CfgMagazines
This commit rearranges the complete CfgMagazines structure. We no longer have seperated folders for DayZ Mod and Epoch. All items got merged and grouped together.
Unused items got moved into a folder called Not used under items.
2020-04-23 13:49:52 +02:00

41 lines
1.3 KiB
C++

#include "Melee.hpp"
#define COMBINE_MAG class CombineMag\
{\
text = $STR_MAG_COMBINE;\
script = "spawn player_combineMag;";\
};
#include "22lfB.hpp" //Ruger Mk22
#include "9x17.hpp" //PPK
#include "9x18.hpp" //Makarov
#include "9x19.hpp" //MP5, PDW, Bizon, M9, G17, CZ75, Browning HP, P226, P38, Sten MK, MAT-49
#include "10x22.hpp" //P99
#include "45ACP.hpp" //Colt M1911, Revolver
#include "44Magnum.hpp" //Taurus Raging Bull, Colt Anaconda
#include "357Magnum.hpp" //Colt Python
#include "50AE.hpp" //Desert Eagle
#include "545x39.hpp" //AK74, RPK74
#include "556x45.hpp" //M249, STANAG, G36, Steyr Aug, Beta-C-Mag
#include "6x35.hpp" //KAC PDW
#include "762x25.hpp" //Tokarew TT-33
#include "762x39.hpp" //AK47, SA58
#include "762x51.hpp" //M240, FN FAL, DMR, M24, RSASS WA2000
#include "762x54r.hpp" //PK, SVD, Mosin
#include "46x30.hpp" //MP7
#include "57x28.hpp" //P90
#include "680x43.hpp" //ACR
#include "86x70.hpp" //L115 Lapua, MSR, Barrett MRAD
#include "762x67.hpp" //XM2010
#include "20x102.hpp" //Anzio
#include "9x39.hpp" //Groza, VSS
#include "127x99.hpp" //M107, AS-50
#include "408CheyTac.hpp" //M200 Cheytac
#include "Misc.hpp" //CZ550, Lee-Enfield, KSVK, SA-61
#include "Shotgun.hpp"
#include "Arrows.hpp"
#include "LauncherAmmo.hpp"
#include "Grenades.hpp"
#include "VehicleAmmo.hpp"
#undef COMBINE_MAG