The online racing simulator
OnHostMSO event
Please, could you add OnHostMSO event? I believe it would be as simple as this:

in managePacket.cs :

<?php 
void managePacket
(InSim.Decoder.MSO mso)
        {
            
// Check for host messages
            
if (mso.UserType == 0)
            {                
                
newCfg.executeFunction("OnHostMSO"mso.message );                  
            }
        }
?>

and in readCfg.cs just adding :

<?php 
eventAllowed
["OnHostMSO"] = new eventProperties("$text");
?>


FGED GREDG RDFGDR GSFDG