mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
20 lines
510 B
C++
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;
|
|
}; |