Thx @SyNcRoNiCzZ
This commit is contained in:
A Man
2020-01-29 00:58:41 +01:00
parent 4fc6128443
commit bb16950c53
10 changed files with 216 additions and 2 deletions

View 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;
};