DynamicSigns
Creates dynamic signs that show the server death count and more soon
Total Downloads: 644 - First Release: Nov 15, 2015 - Last Update: May 9, 2017
- 5/5, 11 likes
-
Love the plugin, when it is working it is very cool.
Any idea on what makes it stop wulf?
Is there something that can be done to give it a jump start again from our side once it does stop?
I have tried reloading the plugin but that doesn't seem to do it.
Thank you. -
Wulf Community Admin
-
I found if I unload and load DeathSigns it does start working again.
So that is a work around maybe set a scheduled unload and load of the plugin every half hour or hour.
[DOUBLEPOST=1458873425][/DOUBLEPOST]I am now running this ever 30 minutes through TimedEvents as a work around.
"1800:unload DeathSigns",
"1801:load Deathsigns"
Edit: I might have to rethink that 1801 +1801 - 3602. lol
[DOUBLEPOST=1458874986][/DOUBLEPOST]Okay I went the long winded way of unload and load every hour on the hour as per:
"01:00.AM:unload DeathSigns",
"01:01.AM:load Deathsigns",
"02:00.AM:unload DeathSigns",
"02:01.AM:load Deathsigns",
"03:00.AM:unload DeathSigns",
"03:01.AM:load Deathsigns"
etc...
It works anyway. LOLLast edited by a moderator: Mar 25, 2016 -
Here is a picture of it in action on my server.
I decorate the arena with the signs. 8)
http://images.akamai.steamuserconte...929/29517AB450F7C60592DEB9CF028334B20514959E/ -
Hi.
Did you find why the automatic update of death numbers on signs stops from time to time ? Could it be due to a server reboot ? and Brngun you say that when automatic updates are not working anymore, you just unload and load again it is working again right ? -
-
Wulf Community Admin
I'll be taking a look and update a bit once I get a chance.
-
Since the new update:
Code:(01:03:21) | [Oxide] 00:03 [Error] DeathSigns plugin failed to compile! (01:03:21) | [Oxide] 00:03 [Error] DeathSigns.cs(146,67): error CS1503: Argument `#1' cannot convert `byte[]' expression to type `System.IO.MemoryStream'
-
Oxide 2.0.2394 for 1002.82 (1696)
[Oxide] 21:03 [Error] DeathSigns plugin failed to compile!
[Oxide] 21:03 [Error] DeathSigns.cs(146,67): error CS1503: Argument `#1' cannot
convert `byte[]' expression to type `System.IO.MemoryStream'
Please fix -
Im getting this error:
Error while compiling DeathSigns.cs(146,67): error CS1503: Argument `#1' cannot convert `byte[]' expression to type `System.IO.MemoryStream' -
Im getting this error:
[Oxide] 07:45 [Error] DeathSigns plugin failed to compile!
[Oxide] 07:45 [Error] DeathSigns.cs(146,67): error CS1503: Argument `#1' cannot convert `byte[]' expression to type `System.IO.MemoryStream' -
Wulf Community Admin
-
-
I fixed the plugin using this method Solved - FileStorage.server.Store workaround? | Oxide
-
-
Wulf Community Admin
Wulf updated DynamicSigns with a new update entry:
0.2.0
-
Hi Wulf,
Error while compiling: DynamicSigns.cs(243,40): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `FindPlayerByObj' and no extension method `FindPlayerByObj' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly reference? -
Wulf Community Admin
-
Is that it.