Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Tools/Radio.hpp
ebaydayz f770b0a85d Add group system
Initial commit, not tested in multiplayer yet. Some revisions still left
to do.
2016-10-27 16:06:49 -04:00

11 lines
157 B
C++

class ItemRadio : ItemCore
{
class ItemActions
{
class Groups
{
text = $STR_EPOCH_GROUPS_KEY;
script = "spawn dayz_openGroupDialog;";
};
};
};