
Maniacontrol loadscreen plugin
Moderators: Wabbitface, Jocy, steeffeen, NADEO
Re: Maniacontrol loadscreen plugin
It asks for an update ?
That is weird, as there is no code in there for updating.
A new version is available though.
The loadscreen is shown X seconds (x = setting Loadscreens EndMatch Delay) after ENDMAP.
It always removes the loadscreen and BEGINMAP.
CTF has beginmap and endmap does it not ?
The first version did not always handle beginmap correctly, but version 1.1 does.
You do need MC 0.151 though, as it handles one time timetriggers correctly, previous version do not.
I've upload a new version 1.11 that has another check to hide the screen when a map has begon.
There's also a command /admin hidescreen that will always hide the loadscreen.. but it should not be needed). Works great on our Royal and Elite server ..
That is weird, as there is no code in there for updating.
A new version is available though.
The loadscreen is shown X seconds (x = setting Loadscreens EndMatch Delay) after ENDMAP.
It always removes the loadscreen and BEGINMAP.
CTF has beginmap and endmap does it not ?
The first version did not always handle beginmap correctly, but version 1.1 does.
You do need MC 0.151 though, as it handles one time timetriggers correctly, previous version do not.
I've upload a new version 1.11 that has another check to hide the screen when a map has begon.
There's also a command /admin hidescreen that will always hide the loadscreen.. but it should not be needed). Works great on our Royal and Elite server ..
Re: Maniacontrol loadscreen plugin
So it don't work yet Sensei :
Code: Select all
30.May 14 17:09:22 [PHP ERROR]: Call to undefined function SenSai\hideScreen()
File&Line: /home/franck/MCCTF/plugins/plugins/SenSai/Loadscreens.php: 185
Trace:
#0: ManiaControl\ErrorHandler->handleShutdown() in File /home/franck/MCCTF/core/ManiaControl.php on Line 307
#1: ManiaControl\ManiaControl->handleShutdown()
Re: Maniacontrol loadscreen plugin
This is indeed incorrect.. Weird as I did test it this afternoon. Perhaps did not upload the correct version.
You can either change line 185 from :
to
or wait untill the new updated version is ready from ManicaControl..
You can either change line 185 from :
Code: Select all
if ($this->mapbegon) hideScreen();
Code: Select all
if ($this->mapbegon) $this->hideScreen();
Re: Maniacontrol loadscreen plugin
I've also added check to see if an url exists to avoid MC error messages and give feedback to the admin.
Re: Maniacontrol loadscreen plugin
Version 1.15 is ready, should be on MC soon.
Should fix the CTF server problem. Just make sure you set the timing right ..
Should fix the CTF server problem. Just make sure you set the timing right ..
Re: Maniacontrol loadscreen plugin
Version 1.2 is released (should be on MC panel soon).
Should resolve the skipmap issues.
Should resolve the skipmap issues.
Re: Maniacontrol loadscreen plugin
Version 1.3 is now uploaded.
This version shows the name and author of the map that is loaded on the loadscreens.
This version shows the name and author of the map that is loaded on the loadscreens.
Re: Maniacontrol loadscreen plugin
Version 1.4 will be released soon.
Not much new in regards of features. Just made ready for the use of the Sounds plugin.
Not much new in regards of features. Just made ready for the use of the Sounds plugin.
Re: Maniacontrol loadscreen plugin
The awesome Sounds pluginchco wrote:Just made ready for the use of the Sounds plugin.

Who is online
Users browsing this forum: No registered users and 1 guest