mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
12 lines
249 B
C++
12 lines
249 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;};";
|
|
};
|
|
};
|
|
}; |