mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update Radio.hpp
This commit is contained in:
@@ -3,6 +3,11 @@ class ItemRadio : ItemCore
|
||||
model = "\nst\ns_dayz\items\radio\radio_dzn.p3d";
|
||||
class ItemActions
|
||||
{
|
||||
class Power
|
||||
{
|
||||
text = $STR_EPOCH_RADIO_STATE;
|
||||
script = "call fnc_radioState;";
|
||||
};
|
||||
class Groups
|
||||
{
|
||||
text = $STR_EPOCH_GROUPS_KEY;
|
||||
@@ -33,4 +38,4 @@ class ItemRadioBroken_DZE : ItemCore
|
||||
inputweapons[] = {"ItemRadioBroken_DZE"};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user