mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
fixes
This commit is contained in:
@@ -1484,7 +1484,7 @@ class CfgMagazines {
|
|||||||
class CreateMags
|
class CreateMags
|
||||||
{
|
{
|
||||||
text = "Open %1";
|
text = "Open %1";
|
||||||
script = "spawn player_loadCrate";";
|
script = "spawn player_loadCrate;";
|
||||||
output[] = {"FoodbaconCooked",12,"magazine"};
|
output[] = {"FoodbaconCooked",12,"magazine"};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ class CfgWeapons {
|
|||||||
#include "CfgWeapons\Item\ItemSledge.hpp"
|
#include "CfgWeapons\Item\ItemSledge.hpp"
|
||||||
#include "CfgWeapons\Item\ItemKeyKit.hpp"
|
#include "CfgWeapons\Item\ItemKeyKit.hpp"
|
||||||
#include "CfgWeapons\Item\ItemKeys.hpp"
|
#include "CfgWeapons\Item\ItemKeys.hpp"
|
||||||
|
#include "CfgWeapons\Item\ItemToolbox.hpp"
|
||||||
|
|
||||||
//Sniper Rifel
|
//Sniper Rifel
|
||||||
//#include "CfgWeapons\Weapon\Sniper\AS50.hpp"
|
//#include "CfgWeapons\Weapon\Sniper\AS50.hpp"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
class ItemToolbox ItemCore
|
class ItemToolbox: ItemCore
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
displayName = $STR_EQUIP_NAME_2;
|
displayName = $STR_EQUIP_NAME_2;
|
||||||
model = dayz_equipmodelstoolbox.p3d;
|
model = "\dayz_equip\models\toolbox.p3d";
|
||||||
picture = dayz_equiptexturesequip_toolbox_ca.paa;
|
picture = "\dayz_equip\textures\equip_toolbox_ca.paa";
|
||||||
descriptionShort = $STR_EQUIP_DESC_2;
|
descriptionShort = $STR_EQUIP_DESC_2;
|
||||||
class ItemActions
|
class ItemActions
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user