Page 1 of 1
Re: [MPAseco] [v0.80] Report bugs here!
Posted: 18 Sep 2013, 17:11
by smox
Hey kremsy. wenn ich die Local Recordsfuktion bei meinem Obstacle server anstelle .Stürt wenn einer den command /list benutzt mpaseco ab.
[09/18,15:58:46] player ritalin used chat command "/list "
PHP Fatal error: Call to undefined function get_recs() in /home/tm2/mpaseco/includes/rasp.funcs.php on line 105
bitte um hilfe.
grüße smox
Re: [MPAseco] [v0.80] Report bugs here!
Posted: 20 Sep 2013, 19:46
by mangastef
There is problem with the points on Royal
They always go back to 0 since the update into 0.80
Afflicted for my English, I use Google and thank you for this plugin
Re: [MPAseco] [v0.80] Report bugs here!
Posted: 20 Sep 2013, 19:48
by w1lla
onEndRound? when does this happen?
Re: [MPAseco] [v0.80] Report bugs here!
Posted: 20 Sep 2013, 19:57
by mangastef
w1lla wrote:onEndRound? when does this happen?
To each starting of a news map and even if I put 180, to following the value goes back to 0
Re: [MPAseco] [v0.80] Report bugs here!
Posted: 20 Sep 2013, 21:36
by toffe
Same problems here, solved it with removing the check for the running script in the linearmode script.
Re: [MPAseco] [v0.81] Report bugs here!
Posted: 01 Nov 2013, 20:18
by toffe
For me the onEndRound event won't work anymore. Maybe this is the issue:
plugin.modescriptcallbacks.php:
Code: Select all
line 32:
$aseco->beginRound($params[0]); //$params[0] = roundsnumber
Doesn't this need to be:
Code: Select all
$aseco->endRound($params[0]); //$params[0] = roundsnumber
Because that will solve the problem for me.
Toffe