Is there an overlay or does someone know how to create one that shows the warning of track notices? Thanks.
the only penalty notice i've been able to intercept
if([ACCCDS_Graphics.penalty]='ACC_DriveThrough_Cutting','PENALTY-DT for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_10_Cutting','PENALTY-SG 10 Sec for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_20_Cutting','PENALTY-SG 20 Sec for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_30_Cutting','PENALTY-SG 30 Sec for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_Disqualified_Cutting','PENALTY-DISQ.for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_RemoveBestLapTime_Cutting','PENALTY-Best Lap Removed for CUTTING',
if([ACCCDS_Graphics.penalty]='ACC_DriveThrough_PitSpeeding','PENALTY-DT for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_10_PitSpeeding','PENALTY-SG 10 Sec for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_20_PitSpeeding','PENALTY-SG 20 Sec for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_StopAndGo_30_PitSpeeding','PENALTY-SG 30 Sec for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_Disqualified_PitSpeeding','PENALTY-DISQ.for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_RemoveBestLapTime_PitSpeeding','PENALTY-Best Lap Removed for PIT SPEEDING',
if([ACCCDS_Graphics.penalty]='ACC_Disqualified_IgnoredMandatoryPit','PENALTY-DISQ. Ignored MANDATORY PIT',[ACCCDS_Graphics.penalty])))))))))))))
hi mate im using this code in my dash but is there anyway i can get it to be blank until i get a penalty it shows ACC_NONE until i get one iv tried almost everything i can think of.. many thanks
NO bother now i got it if anyone needs to know for future refence add to visible unchecked [ACCCDS_Graphics.penalty] and its blank untill you get one