mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
CFG WEAPONS DONE
This commit is contained in:
22
SQF/dayz_code/Configs/CfgWeapons/Tools/Toolbox.hpp
Normal file
22
SQF/dayz_code/Configs/CfgWeapons/Tools/Toolbox.hpp
Normal file
@@ -0,0 +1,22 @@
|
||||
class ItemToolbox : ItemCore
|
||||
{
|
||||
scope = public;
|
||||
model = "\dayz_equip\models\toolbox.p3d";
|
||||
picture = "\dayz_equip\textures\equip_toolbox_ca.paa";
|
||||
displayName = $STR_EQUIP_NAME_2;
|
||||
descriptionShort = $STR_EQUIP_DESC_2;
|
||||
class ItemActions
|
||||
{
|
||||
class RemoveNet
|
||||
{
|
||||
text="Remove Camo Net";
|
||||
script="spawn player_removeNet;";
|
||||
};
|
||||
class RemoveTankTrap
|
||||
{
|
||||
text="Remove Tank Trap";
|
||||
script="spawn player_removeTankTrap;";
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user