So I'm trying to login but I get logintype = 16 at the server console

Here is the logintype = 16 message

Code:
if(k == 16)
			{
				loginMessage1 = "Login attempts exceeded.";
				loginMessage2 = "Please wait 1 minute and try again.";
				return;
			}
But I'm not getting that message, I'm getting "Error Connecting to Server"

- - - Updated - - -

bump

- - - Updated - - -

bump