[XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE)
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE
can I somehow leave one column instead of three? Didn't find that setting in php of plugin..
- undef.de
- Pit Crew
- Posts: 1363
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE
Sorry, but there is no option to do that.tomberg wrote:can I somehow leave one column instead of three? Didn't find that setting in php of plugin..
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE
ah, np, anyway awesome plugin
especially color bar 


- L3cKy
- smooth traffic navigator
- Posts: 238
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE
Got this error ...
Code: Select all
[PHP Warning] Creating default object from empty value on line 586 in file /home/Fullspeed/xaseco/plugins/plugin.personal_best_checkpoints.php
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE
Same here :
PHP Version is 5.5.30 on WINNT
Oh , and my avast (antivirus program) goes nuts.
Code: Select all
###############################################################################
XASECO v1.16 running on 127.0.0.1:5000
Name : ѕєχу мαηіαтесн - techhunt
Game : TmForever United - Stadium - TimeAttack
Version: 2.11.26 / 2011-02-21
Authors: Florian Schnell & Assembler Maniac
Re-Authored: Xymph
###############################################################################
Begin Challenge
[03/03,19:59:59] [plugin.records_eyepiece.php] Register event "onCheckpoint" to enabled wanted Widgets.
[03/03,19:59:59] track changed [undefined] >> [TmT - Stupid Banana]
[03/03,19:59:59] currently no record on TmT - Stupid Banana
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
End Round
End Challenge
[03/03,20:00:54] [RASP] Calculating ranks...
[03/03,20:00:55] [RASP] ...Done!
Begin Challenge
[03/03,20:01:15] track changed [TmT - Stupid Banana] >> [Da Vinci Code]
[03/03,20:01:15] currently no record on Da Vinci Code
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
Begin Round
PHP Version is 5.5.30 on WINNT
Oh , and my avast (antivirus program) goes nuts.
- undef.de
- Pit Crew
- Posts: 1363
- Joined: 31 Aug 2009 18:38
- Owned TM-games: TMF, TM2C/S/V, SM
- Manialink(s): undef, tmkarma
- Location: Germany
- Contact:
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE
As it is just a warning and the development for XAseco1 is still freezed: Just ignore it.weasel wrote:Code: Select all
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php

Anyway, i added it to the todo list, thanks!
Edit: If you want to change it by yourself use this code (replace from line 586 till 604):
Code: Select all
// Find Players without a local record and preset with empty time
foreach ($aseco->server->players->player_list as &$ply) {
if (count($ply->data['BPCPS_TIMES']) == 0) {
// Preset all CPs with -1
$ply->data['BPCPS_TIMES'] = array();
for ($i = 0 ; $i <= $pbcps_config['MAP']['NUM_CPS'] ; $i ++) {
if ($aseco->server->gameinfo->mode == 6) {
// 6 = Stunts
$ply->data['BPCPS_TIMES'][$i]['diff_styled'] = '$FFF---';
}
else {
$ply->data['BPCPS_TIMES'][$i]['diff_styled'] = (($pbcps_config['WIDGET']['FULLTIME'] == true) ? '$FFF-:--.--' : '$FFF-.--');
}
$ply->data['BPCPS_TIMES'][$i]['bar_color'] = 'FFF';
$ply->data['BPCPS_LASTCP'] = -1;
}
$ply->data['BPCPS_LAST_LAP_TIME'] = 0;
}
}
Developer of various plugins for XAseco/XAseco2 and MPAseco,
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
like Records-Eyepiece, TM-Karma, Alternate Scoretable...
Visit my Lab: www.undef.name
Get it now:
» TM2 Valley
» TM2 Canyon
» TM2 Stadium
» SM Storm
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE
Well , the point is that this plugin just not showing any times.
- L3cKy
- smooth traffic navigator
- Posts: 238
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE
Tested it but got the same warnings ...undef.de wrote:As it is just a warning and the development for XAseco1 is still freezed: Just ignore it.weasel wrote:Code: Select all
[PHP Warning] Creating default object from empty value on line 586 in file F:\TMFservers\TMF-Best of TMX\xaseco\plugins\plugin.personal_best_checkpoints.php
![]()
Anyway, i added it to the todo list, thanks!
Edit: If you want to change it by yourself use this code (replace from line 586 till 604):Of course this is untested...Code: Select all
// Find Players without a local record and preset with empty time foreach ($aseco->server->players->player_list as &$ply) { if (count($ply->data['BPCPS_TIMES']) == 0) { // Preset all CPs with -1 $ply->data['BPCPS_TIMES'] = array(); for ($i = 0 ; $i <= $pbcps_config['MAP']['NUM_CPS'] ; $i ++) { if ($aseco->server->gameinfo->mode == 6) { // 6 = Stunts $ply->data['BPCPS_TIMES'][$i]['diff_styled'] = '$FFF---'; } else { $ply->data['BPCPS_TIMES'][$i]['diff_styled'] = (($pbcps_config['WIDGET']['FULLTIME'] == true) ? '$FFF-:--.--' : '$FFF-.--'); } $ply->data['BPCPS_TIMES'][$i]['bar_color'] = 'FFF'; $ply->data['BPCPS_LASTCP'] = -1; } $ply->data['BPCPS_LAST_LAP_TIME'] = 0; } }
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE)
Hi. I installed this plugin for my NASCAR server, but in the first round it works perfectly, and in the FIRST check of the second round it also does not happen there. It remains stopped from the second check of the second round. Can something be done?
Thank you
Thank you
- L3cKy
- smooth traffic navigator
- Posts: 238
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE)
undef.de wrote: ↑04 Mar 2017 10:14Code: Select all
[PHP Warning] Creating default object from empty value on line 561 in file /xaseco/plugins/plugin.personal_best_checkpoints.php [PHP Warning] Creating default object from empty value on line 586 in file /xaseco/plugins/plugin.personal_best_checkpoints.php
I have fixed it this way ...
Line 561:
Code: Select all
$ply->data['BPCPS_TIMES'][$i]->best_time = ((isset($cps[$i]) && $cps[$i]!='') ? $cps[$i] : -1);
//replaced into
$ply->data['BPCPS_TIMES'][$i] = new stdClass();
$ply->data['BPCPS_TIMES'][$i]->best_time = ((isset($cps[$i]) && $cps[$i]!='') ? $cps[$i] : -1);
Code: Select all
$ply->data['BPCPS_TIMES'][$i]->best_time = -1;
// replaced into
$ply->data['BPCPS_TIMES'][$i] = new stdClass();
$ply->data['BPCPS_TIMES'][$i]->best_time = -1;
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE)
@L3cKy
Was wondering if you still develop or modify plugins ?
I have a request , screeny :

I saw this on a server ( server from the knights ) , left is the "personal best checkpoints" plugin from Undef ( this topic ) and the right it is compared to dedi 1 time.
You have time , motivation , .......... to create such a plugin ? Or even better ?
Was wondering if you still develop or modify plugins ?
I have a request , screeny :

I saw this on a server ( server from the knights ) , left is the "personal best checkpoints" plugin from Undef ( this topic ) and the right it is compared to dedi 1 time.
You have time , motivation , .......... to create such a plugin ? Or even better ?
- L3cKy
- smooth traffic navigator
- Posts: 238
- Joined: 05 Sep 2007 13:55
- Owned TM-games: TMUF
- Location: Berlin
- Contact:
Re: [XASECO] Plugin: Personal Best Checkpoints 1.3.2 (UPDATE)
weasel wrote: ↑13 Nov 2020 19:57@L3cKy
Was wondering if you still develop or modify plugins ?
I have a request , screeny :
I saw this on a server ( server from the knights ) , left is the "personal best checkpoints" plugin from Undef ( this topic ) and the right it is compared to dedi 1 time.
You have time , motivation , .......... to create such a plugin ? Or even better ?
I use this plugin.

Greetings