Update Radio.hpp

This commit is contained in:
worldwidesorrow
2020-07-29 15:34:35 -05:00
committed by GitHub
parent 9460871535
commit 6970c48e58

View File

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