mysql_connect(MySQL_HOST, MySQL_USER, MySQL_DATA, MySQL_PASS);if(mysql_ping() == 1) { mysql_debug(1);} else { SendRconCommand( "exit" );}