Hello, I'm working with my inSim and I'm trying to add CON, but I cant... I use LFS Extrenal 1.1.1.7.... I cant add CON_CarContact.. I add it in Form1.cs = errors... Why?
                
             // Car Contact
        private void CON_CarContact(Packets.IS_CON CON)
        {
            try
            {
                if (Connections[GetConnIdx2(CON.A.PLID)].Cash > 0)
                    {
                        MsgAll("^6»^7 Contact detected");
                    }
            }
            
            catch { }
        }