I've just amended my winnerflags script so that it could become a .lpr add-on, like Pitboard, GUI, etc.
However, I am only able to test it on local pc, without anyone connected, and my server hosts don't have the newer version of lapper available.
Can people please test and let me know if it works properly?
To use it, you'll need to add following separate line of code to your addonsused.lpr file (..\bin\default\includes\ directory)
Only tried it running with AI, but no sort of weird issues.
NOTE
This will close down the single winner flag that Gui has built into lapper, and give you flags for up to first 5 places (if less in race, only people who finish will get flag, and if more than 5, only top 5 get flag).
I've also tested it with Tim's point scoring system added into the default lfslapper.lpr, and both seem to work ok.
Many thanks.
However, I am only able to test it on local pc, without anyone connected, and my server hosts don't have the newer version of lapper available.
Can people please test and let me know if it works properly?
To use it, you'll need to add following separate line of code to your addonsused.lpr file (..\bin\default\includes\ directory)
include( "./winnerflags.lpr");
Only tried it running with AI, but no sort of weird issues.
NOTE
This will close down the single winner flag that Gui has built into lapper, and give you flags for up to first 5 places (if less in race, only people who finish will get flag, and if more than 5, only top 5 get flag).
I've also tested it with Tim's point scoring system added into the default lfslapper.lpr, and both seem to work ok.
Many thanks.