Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Tools/Radio.hpp
2020-04-06 21:54:41 +02:00

20 lines
510 B
C++

class ItemRadio : ItemCore
{
model = "\nst\ns_dayz\items\radio\radio_dzn.p3d";
class ItemActions
{
class Groups
{
text = $STR_EPOCH_GROUPS_KEY;
script = ";if (!isNil 'dayz_groupInit') then {[] spawn dayz_openGroupDialog;};";
};
};
};
class ItemRadioBroken_DZE : ItemCore {
scope = public;
displayName = $STR_EQUIP_BROKEN_RADIO;
model = "\nst\ns_dayz\items\radio\radio_dzn.p3d";
picture = "\dayz_epoch_c\icons\tools\ItemRadioBroken.paa";
descriptionShort = $STR_EQUIP_BROKEN_RADIO_DESC;
};