
Kill Feed
Displays a basic Kill Feed on screen!
Total Downloads: 17,863 - First Release: Nov 9, 2015 - Last Update: Oct 27, 2017
- 5/5, 36 likes
-
The plugin still does not work. The console displays this:
Code:AddUI: Unknown Parent for "{0} feedEntry ": Hud.Under
-
in KillFeed.cs, find two locations that contain 'Hud.Under':
Code:#region feedEntryElement CuiElement feedEntryElement = new CuiElement { Name = "{0} feedEntry", Parent = "Hud.Under", FadeOut = fadeOut, Components = { new CuiRawImageComponent { Sprite = "assets/content/textures/generic/fulltransparent.tga" }, new CuiRectTransformComponent { AnchorMin = anchormin.x + " " + anchormin.y, AnchorMax = anchormax.x + " " + anchormax.y } } };
Code:#region feedEntryElement CuiElement feedEntryElement = new CuiElement { Name = "{0} feedEntry", Parent = "Hud", FadeOut = fadeOut, Components = { new CuiRawImageComponent { Sprite = "assets/content/textures/generic/fulltransparent.tga" }, new CuiRectTransformComponent { AnchorMin = anchormin.x + " " + anchormin.y, AnchorMax = anchormax.x + " " + anchormax.y } } };
-
-
-
-
-
-
-
-
i fixed Parent = "Hud.Under" to Parent = "Hud" but show http://s019.radikal.ru/i639/1704/1b/4ceac441d804.jpg how to fix it
-
İs there anyone know how we can fix?
Attached Files:
-
-
Don't work for me :/
-
-
I use
"2.2 number of entries": 1,
"2.3 destroy after": 5.0, -
rust update. compiler error report.
Code:KillFeed.cs(1082,27): warning CS0649: Field `Oxide.Plugins.KillFeed.Key.key' is never assigned to, and will always have its default value `null' KillFeed.cs(1083,27): warning CS0649: Field `Oxide.Plugins.KillFeed.Key.action' is never assigned to, and will always have its default value `null' KillFeed.cs(1084,27): warning CS0649: Field `Oxide.Plugins.KillFeed.Key.defaultAction' is never assigned to, and will always have its default value `null'
-
Wulf Community Admin
-
Kill Feed not work ?
-
Please update from config the plugin does not go.
-