These are the sounds that stops working from insim doc.
 
// DL_x - bits for OutGaugePack DashLights and ShowLights
enum
{
 DL_SHIFT,   // bit 0 - shift light
 DL_FULLBEAM,  // bit 1 - full beam
 DL_HANDBRAKE,  // bit 2 - handbrake
 DL_PITSPEED,  // bit 3 - pit speed limiter
 DL_TC,    // bit 4 - TC active or switched off
 DL_SIGNAL_L,  // bit 5 - left turn signal
 DL_SIGNAL_R,  // bit 6 - right turn signal
 DL_SIGNAL_ANY,  // bit 7 - shared turn signal
 DL_OILWARN,   // bit 8 - oil pressure warning
 DL_BATTERY,   // bit 9 - battery warning
 DL_ABS,    // bit 10 - ABS active or switched off
 DL_SPARE,   // bit 11
 DL_NUM
};
//////
#endif
 
Any chance that someone might update CSR to again make use of these sound possibilities?? And maybe add the ones missing 
