mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-20 07:02:56 +03:00
Add group system
Initial commit, not tested in multiplayer yet. Some revisions still left to do.
This commit is contained in:
@@ -259,6 +259,7 @@ class CfgWeapons
|
||||
#include "Tools\Flashlight.hpp"
|
||||
#include "Tools\FlashlightRed.hpp"
|
||||
|
||||
#include "Tools\Radio.hpp"
|
||||
#include "Item\ItemKeyKit.hpp"
|
||||
#include "Item\ItemKeys.hpp"
|
||||
|
||||
|
||||
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