Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Tools/Radio.hpp
2020-01-15 15:47:53 +01:00

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;};";
};
};
};