mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +03:00
CFG WEAPONS DONE
This commit is contained in:
17
SQF/dayz_code/Configs/CfgMagazines/Magazines/9x18.hpp
Normal file
17
SQF/dayz_code/Configs/CfgMagazines/Magazines/9x18.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
class 8Rnd_9x18_Makarov : CA_Magazine
|
||||
{
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
|
||||
class 8Rnd_9x18_MakarovSD : 8Rnd_9x18_Makarov
|
||||
{
|
||||
picture = "\z\addons\dayz_communityweapons\magazines\data\m_makarovsd_ca.paa";
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
COMBINE_MAG
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user