First of all - nice plugin, very handy
A few things though, is it possible to not display it during score panel cos it gets in the way of other things then !
EDIT--> I found the solution to this (was a simple one) - just add this line in plugin.bestcps.php
Code: Select all
Aseco::registerEvent('onEndRace', 'clear_bestcps');
now that section looks like this :
Code: Select all
Aseco::registerEvent("onCheckpoint", "principale_bestcps");
Aseco::registerEvent('onEndRace', 'clear_bestcps');
Aseco::registerEvent("onNewChallenge", "init_bestcps");
Aseco::registerEvent('onNewChallenge', 'clear_bestcps');
Aseco::registerEvent("onPlayerFinish", "update_finish_time");
---------------------------------------------------------------------------------------------------------------------------------------------------
©H®IS wrote:
You can modify the widget in the plugin.bestcps.php file (line 78, 80 & 82 in the original file), increase the values XXX and YYY:
line 78 : the size of the background quad (sizen="XXX YYY")
line 80 : the size of the text : time (sizen="XXX YYY")
line 82 : the size of the text : nickname (sizen="XXX YYY")
I found these lines and edited them to make my display bigger, but the result was just making the background bigger - I even tried setting the time and nickname to the same size as background, but it won't change !! wots up ? I'm using the version that ©H®IS uploaded and have the times going down vertically.
Also is it possible for it to be named when times appear - example - mine are all going vertically down the side of the screen, can there be a name at the top like Live Best CPS or something like that ??