For now can just insert this into the place of the 4000 (twice) in my previous posts with the ncalc expression and it should work:
if([DataCorePlugin.GameRawData.Car.Model]='ks_porsche_919_hybrid_2016',8000, if([DataCorePlugin.GameRawData.Car.Model]='ks_porsche_919_hybrid_2015', 8000, if([DataCorePlugin.GameRawData.Car.Model]='ks_audi_r18_etron_quattro',2000,if([DataCorePlugin.GameRawData.Car.Model]='ks_toyota_ts040', 6000, 4000))))
Basically: If Porsche 2016 then 8000, if porsche 2015 then 8000, if Audi R18 then 2000, if Toyota TS040 then 6000, else 4000
I'll test this when I get home as am at work at the moment.
Yep it seemed to work - when I tried formula hybrid at least, so know the syntax is correct. I'll give the LMP1s another run at some point soon.