mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add group system
Initial commit, not tested in multiplayer yet. Some revisions still left to do.
This commit is contained in:
11
SQF/dayz_code/Configs/CfgWeapons/Tools/Radio.hpp
Normal file
11
SQF/dayz_code/Configs/CfgWeapons/Tools/Radio.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
class ItemRadio : ItemCore
|
||||
{
|
||||
class ItemActions
|
||||
{
|
||||
class Groups
|
||||
{
|
||||
text = $STR_EPOCH_GROUPS_KEY;
|
||||
script = "spawn dayz_openGroupDialog;";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user