For those still using the 'older' (5.7xx) version of LFSLapper, I've made a Yellow flag, which appears when someone spins over 180 degrees.
#=============================#
#Options on spinning detection#
#=============================#
$MinAngleVelocity = 185; # Minimum angle velocity to trigger action. Possible values: 0 - 720
Event AngleVelocityAction()
cmdLFS( "/msg ^1Danger! ^8" . $Nickname . " ^2lost control!" );
openPrivButton( "spin",60,90,80,12,1,6,0,"^1! BE CAREFUL IF REJOINING TRACK !" );
openGlobalButton( "yellow_flag",165,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_1",167,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_2",169,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_3",171,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_4",173,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_5",175,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_6",177,90,20,50,1,-1,0,"^3|" );
openGlobalButton( "yellow_flag_7",179,90,20,50,1,-1,0,"^3|" );
EndEvent
If you want to see this in action, go to my server [
Sin'rs]
Possibly will work in newer versions too.
I've got a 1440 x 900 display, and these buttons/flags have a screen size of approx. 30 x 30 mm.
I don't know if they will appear that size or keep the same shape on a different display.