Did you reload the plugin after?
Soon.
AutoBroadcast
Moved
Total Downloads: 8,943 - First Release: Oct 26, 2014 - Last Update: Feb 27, 2017
- 5/5, 20 likes
-
Wulf Community Admin
-
Probably not. Thanks
-
Wulf Community Admin
Wulf updated AutoBroadcast with a new update entry:
1.0.4
-
I don't know what I'm doing wrong
Code:Failed to run a 60.00 timer in 'AutoBroadcast v1.0.4' (NullReferenceException: Object reference not set to an instance of an object)
-
Wulf Community Admin
-
Attached Files:
-
-
Wulf Community Admin
Working on a fix.
-
-
im not totally sure but my plugin just stoped working everything seems in order does it require another update?
-
Wulf Community Admin
-
It doesn't work and i dont know why?
-
Wulf Community Admin
-
Code:
{ "ExampleMessage": "This is an example. Change it, remove it, translate it, whatever!", "AnotherExample": "This is another example, notice the comma at the end of the line above..." }
-
Wulf Community Admin
-
I changed first one
Code:"ExampleMessage": "This is an example. Change it, remove it, translate it, whatever!",
-
Wulf Community Admin
-
hmm well it only posts my first broadcast then just stops altogether its really weird :S?
config
{
"Broadcast Interval (Seconds)": 180,
"Randomize Messages (true/false)": false
}
lang config
{
"ServerWipe": "Server wipes will be every week Saturday morning. Next wipe will be on 02/18/2017! Thanks from the Admin Team",
"SkyShopero": "The SkyShop is up and ready to use type /warp to Skyshop. This is a place were you can trade goods you already have for goods you need!",
"DonateSteam": "Want to donate to the server? Message Arthatus or contact an admin for details. Donations include 3 kits: $20, $40 & $60 each giving you a huge advantage on your competition so don't wait get yours now!",
"HelpCommand": "Type /help for a full list of our addons and how to use them. The admins would ask that you at least try this before asking one of us for assistance Thanks!"
}
is something not write or i dont undertsand
[DOUBLEPOST=1486874264][/DOUBLEPOST]did something change in the last 24 hours? -
Wulf Community Admin
-
Hi. Just wanted to say that my broadaster only broadcasts the first two messages. :
Code:if (lang.GetLanguages(this).Length == 0 || lang.GetMessages(lang.GetServerLanguage(), this).Count == 0) { lang.RegisterMessages(new Dictionary<string, string> { ["Example"] = "Welcome to Rust Medieval. Find us on reddit at: https://www.reddit.com/r/RustMedieval/", ["Example2"] = "Structures allowed: Wooden - Explosives allowed: Satchels - Guns allowed: None.", ["Example3"] = "We have a bounty system. Type /bounty add Playername", ["Example4"] = "We have an RPG system. Type /hunt", ["Example5"] = "Lanterns automatically switch on at night!" }, this, lang.GetServerLanguage()); }
Code:Config["Randomize Messages (true/false)"] = random = GetConfig("Randomize Messages (true/false)", false); // Settings Config["Broadcast Interval (Seconds)"] = interval = GetConfig("Broadcast Interval (Seconds)", 60);
-
Wulf Community Admin