Just having a play and trying to get my head round your new v5.915 lapper, and notice error in the driftmeter.lpr file.
Where you have driftmeter_driftcombotext = "??";
It should be driftmeter_driftcombotext = "^7{0}";
Also.
In the drift meter section, where you have
Because you've changed my original colour coding from green and yellow to a standard white, you could probably get away with removing the
lines from both the THEN and ELSE statements, and moving lines up beside the first lot of openPrivButtons, as this THEN/ELSE statement is only now used to differentiate the arrows and placement of the degree symbol.
The $LastDriftScore and $DriftScore don't now change colour or position in the driftmeter as before.
Copy of amended driftmeter file with combo score enabled.
Saved as driftmeter.txt as won't upload as .lpr
Can't do anything with the 2 lines ($driftscore / $lastdriftscore), as without them where I originally placed them, no score appears!
EDIT
Apologies, but when I tested script, I tested it on carpark just to make sure driftmeter scores worked. Now tested it on LAN and found that some language files (end of lap and new PB mainly) missed from all driftmeter.lpr versions. I've now added them back into English and French language sections.
Everything works ok with ver.5.916 now but when try the latest version 5.918 lapper will crash.
It was working for a couple of hours without any problems. (With 3 servers )
After a reload , lapper crashed.
There are no erros in the log files ( ERR and MSS ).
There is a message in the lapper console but i cant read it. The box will close immediately when the error apear.
When i restart lapper, the console is open ,a error popup in the console and the console is closed again. Still no erros in the log files ( ERR and MSS ).
I have download a new copy of 5.918 and unzip in a new folder.
I have only set the minimum requirements to start up lapper ( only admin pwd and the right port number and all scripts are default) but have the same problem.
When i reboot my server it works for a short while but after a reload its gone.
Everthing works now ok on 5.916 but would be nice if 5.918 also is working.
I'm currently testing v5.920b lapper, and adding some of my stuff from previous versions.
However, the $PBDrift doesn't appear to work properly.
The default lapper script has;
but if you have $DefaultTopCar set up with multiple cars (as I do), then it shows your position as 0, but if you have it set for only single car, then instead of the position, you are given the score.
See attached screen dumps.
Would it be possible to have both a $PBDriftPosition and a $PBDriftScore function?
Same subroutine name in different module, try to prefix subroutine with file name to haven't this issue
For the line break, i take a look. Probably due to the recent parser rewrite
EDIT : FOR NOW PUT MULTILINE PARAMETER FUNCTION IN ONE LINE, BUG HARD TO FIX