Hello
I have this code and i don't know what's wrong :
private void MinuteTimer_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
                
                    
            I have this code and i don't know what's wrong :
private void MinuteTimer_Elapsed(object sender, System.Timers.ElapsedEventArgs e)
#region ' Auto Message '
                if (Connections.Count > 1)
                {
                    switch (Message)
                    {
                        case 0:
                            MsgAll("»^7 Drive on the ^1Right side of the Road!");
                            break;
                        case 1:
                            MsgAll("»^7 Swearing, Ramming, Insults and Disrespecting");
                            MsgAll("»^7 May Result to ban.");
                            break;
                        case 2:
                            MsgAll("»^7 Please visit us for more information");
                            MsgAll("»^7 " + Website);
                            break;
                        case 3:
                            MsgAll("»^7 Keep the server clean from swearing.");
                            break;
                    }
                    //Message += 1;
                }
                #endregion

