Most likely caused by having the wrong car set as defaultcar in Lapper.
Other reason could be the PB-file not written on the disk.
To make sure you have to upload your config-file (remove password and/or pubstatID, save it as TXT)
@echo off
rem ConvWr.exe -l licenseName -p pass -c coef -o outputFile
rem Or
rem ConvWr.exe -t idk -c coef -o outputFile
rem
rem coef = multiple coef possibility separated by ':'
rem ex : 100.5
rem : 100.5:101:101.5
rem licenseName = Your license Name
rem pass = Your pass of license Name
rem idk = it's your idk. you can obtain it on lfsworld 'My LFSW Setting'
rem
rem it's more safe to use idk instead of login/pass
rem ConvWr.exe -l yourLogin -p yourPass -o trackInfo.cfg -c 100.5:102 -mlc 200
ConvWr.exe -i [COLOR=red]Put_your_Ident-Key_here[/COLOR] -o trackInfo.cfg -c 100.5:102 -mlc 200
pause
www.lfsworld.net/pubstat/get_stat2.php?version=1.3&idk=[B]your_pub_idk[/B]&action=wr
IF( $player1 || $player2 || $player3 == $Username )
THEN
do_something();
ENDIF
IF( $Username == $player1 || $player2 || $player3 )
THEN
do_something();
ENDIF
IF( $Username == $player1)
THEN
do_something();
ELSE
IF( $Username == $player2)
THEN
do_something();
ELSE
IF( $Username == $player3)
THEN
do_something();
ENDIF
ENDIF
ENDIF
IF( $Username == $player1 || $Username == $player2 || $Username == $player3 )
THEN
do_something();
ENDIF