SERVER_MAX_CLIENTS
if ($2 < 0 || $2 > SERVER_MAX_CLIENTS) {
if (server_clients >= SERVER_MAX_CLIENTS)