Hello everyone!
I have a problem with a cruise insim. I using an open source insim and I see the "auto-messages" are added. I studied programming, but I don't understand why the auto messages are not working.
Please someone help me to slove this problem and make this feature to working!
Thanks in advance.
                
            I have a problem with a cruise insim. I using an open source insim and I see the "auto-messages" are added. I studied programming, but I don't understand why the auto messages are not working.
                #region ' Auto Message '
                 if (Connections.Count > 1)
                {
                    switch (Message)
                    {
                        case 0:
                            MsgAll("^2>^7 Drive on the Right side of the Road!");
                            break;
                        case 1:
                            MsgAll("^2>^7 Swearing, Ramming, Insults and Disrespecting");
                            MsgAll("^2>^7 May Result to ban.");
                            break;
                        case 2:
                            MsgAll("^2>^7 Visit our forum at:");
                            MsgAll("^2>^3 " + Website);
                            break;
                        case 3:
                            MsgAll("^2>^7 Have a problem? Found a bug?");
                            MsgAll("^2>^7 Feel free to tell it to our admins!");
                            break;
                        case 4:
                            MsgAll("^2>^7 Keep the  our server clean from swearing!");
                            break;
                        case 5:
                            MsgAll("^2>^7 The courrent version of insim ^6v" + InSimVer);
                            Message = 0;
                            break;
                    }
                    Message += 1;
                }
                #endregionPlease someone help me to slove this problem and make this feature to working!
Thanks in advance.