The online racing simulator
racecontrol.lpr - Flag Extra
Just a little thing that i thought i would share for LFSLapper's Race Control -

The concept - When Admin's are driving, it is annoying to open the whole RCM to put up a blue flag, so here are 6 Buttons to do it for you on the right of your screen.

Add the following in Sub DoRcm, then the IF Statement a few lines down.

/*FLAGS*/
openPrivButton( "rcm_fyellow",195,75,5,7,6,-1,32, langEngine( "%{rcm_fy}%"),DoRCyellowflag );
openPrivButton( "rcm_fred",190,75,5,7,6,-1,32, langEngine( "%{rcm_fr}%"),DoRCredflag );
openPrivButton( "rcm_fgreen",195,82,5,7,6,-1,32, langEngine( "%{rcm_fg}%"),DoRCgreenflag );
openPrivButton( "rcm_fblack",190,82,5,7,6,-1,32, langEngine( "%{rcm_fb}%"),DoRCblackflag );
openPrivButton( "rcm_fblue",195,89,5,7,6,-1,32, langEngine( "%{rcm_fbl}%"),DoRCblueflag );
openPrivButton( "rcm_fcheck",190,89,5,7,6,-1,32, langEngine( "%{rcm_fch}%"),DoRCcheqflag );


and in the language area:
rcm_fy = "^3Y";
rcm_fr = "^1R";
rcm_fg = "^2G";
rcm_fb = "^0B";
rcm_fbl = "^4BL";
rcm_fch = "^7C^0H";

FGED GREDG RDFGDR GSFDG