Hello!
Can SimHub display Assetto Corsa Competition warnings and penalties on a dashboard?
If you can show it how can I do it?
Excuse the Google translation
Cheers!
those are penaltyes only
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])))))))))))))