mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-14 12:12:56 +03:00
Add P99
Thx @SyNcRoNiCzZ
This commit is contained in:
24
SQF/dayz_code/Configs/CfgMagazines/Magazines/10x22.hpp
Normal file
24
SQF/dayz_code/Configs/CfgMagazines/Magazines/10x22.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
class 15Rnd_10x22_p99: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_MAG_15RND_P99_NAME;
|
||||
picture = "\C1987_P99\equip\mag.paa";
|
||||
model = "\C1987_P99\mag.p3d";
|
||||
type = 16;
|
||||
ammo = "B_10x22_Ball";
|
||||
count = 15;
|
||||
initSpeed = 408;
|
||||
descriptionShort = $STR_DZ_MAG_15RND_P99_DESC;
|
||||
};
|
||||
class 15Rnd_10x22_p99_sd: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_DZ_MAG_15RND_P99SD_NAME;
|
||||
picture = "\C1987_P99\equip\mag.paa";
|
||||
model = "\C1987_P99\mag.p3d";
|
||||
type = 16;
|
||||
ammo = "B_10x22_SD";
|
||||
count = 15;
|
||||
initSpeed = 408;
|
||||
descriptionShort = $STR_DZ_MAG_15RND_P99SD_DESC;
|
||||
};
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include "9x18.hpp" //Makarov
|
||||
#include "9x19.hpp" //MP5, PDW, Bizon, M9, G17
|
||||
#include "10x22.hpp" //P99
|
||||
#include "45ACP.hpp" //Colt M1911, Revolver
|
||||
#include "545x39.hpp" //AK74, RPK74
|
||||
#include "556x45.hpp" //M249, STANAG, G36
|
||||
|
||||
Reference in New Issue
Block a user