#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;
}
#endregion