mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
Removal of camo nets with right click on toolbox.
This commit is contained in:
16
SQF/dayz_code/Configs/CfgWeapons/Item/ItemToolbox.hpp
Normal file
16
SQF/dayz_code/Configs/CfgWeapons/Item/ItemToolbox.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
class ItemToolbox ItemCore
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_EQUIP_NAME_2;
|
||||
model = dayz_equipmodelstoolbox.p3d;
|
||||
picture = dayz_equiptexturesequip_toolbox_ca.paa;
|
||||
descriptionShort = $STR_EQUIP_DESC_2;
|
||||
class ItemActions
|
||||
{
|
||||
class RemoveNet
|
||||
{
|
||||
text="Remove Camo Net";
|
||||
script="spawn player_removeNet;";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user