mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
11 lines
197 B
C++
11 lines
197 B
C++
class ItemRadio : ItemCore
|
|
{
|
|
class ItemActions
|
|
{
|
|
class Groups
|
|
{
|
|
text = $STR_EPOCH_GROUPS_KEY;
|
|
script = "if (!isNil 'dayz_groupInit') then {[] spawn dayz_openGroupDialog;};";
|
|
};
|
|
};
|
|
}; |