Made this finishflags.lpr, which is a bit like my winnerflags.lpr, except instead of having
position number/position name (e.g. Winner)/Nickname
it has
position number/Nickname/drivers best lap time and car used in race
Decided to make this one as a lot of races now have people racing in different types of cars, and I thought it would be nice to show the driver that won, along with the car they were driving and their best time in race.
You'll need to go into your addonused.lpr file and amend it.
addIf you have the winnerflags.lpr addon enabled, you'll need to put a # symbol in front of the line that reads
position number/position name (e.g. Winner)/Nickname
it has
position number/Nickname/drivers best lap time and car used in race
Decided to make this one as a lot of races now have people racing in different types of cars, and I thought it would be nice to show the driver that won, along with the car they were driving and their best time in race.
You'll need to go into your addonused.lpr file and amend it.
add
<?php
include( "./finishflags.lpr");
?>
<?php
include( "./winnerflags.lpr");
?>