At the moment, I've got the original "Top 200 Drift Score' button linked with a CatchEvent OnLeaveRace( $userName ).
You could change OnLeaveRace to OnNewPlayerJoin. You may also have to remove the CatchEvent OnNewPlayerJoin( $userName ) section at the bottom of the file.
You could also amend this code slightly and link it to your Click for Drift Scores button by substituting your existing sub-routine for the following sub-routine;
DriftClick_Start
See how you get on.
You could change OnLeaveRace to OnNewPlayerJoin. You may also have to remove the CatchEvent OnNewPlayerJoin( $userName ) section at the bottom of the file.
You could also amend this code slightly and link it to your Click for Drift Scores button by substituting your existing sub-routine for the following sub-routine;
DriftClick_Start
See how you get on.