mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
16 lines
333 B
C++
16 lines
333 B
C++
class ItemToolbox: ItemCore
|
|
{
|
|
scope = 2;
|
|
displayName = $STR_EQUIP_NAME_2;
|
|
model = "\dayz_equip\models\toolbox.p3d";
|
|
picture = "\dayz_equip\textures\equip_toolbox_ca.paa";
|
|
descriptionShort = $STR_EQUIP_DESC_2;
|
|
class ItemActions
|
|
{
|
|
class RemoveNet
|
|
{
|
|
text="Remove Camo Net";
|
|
script="spawn player_removeNet;";
|
|
};
|
|
};
|
|
}; |