new ServerIP[20], ServerPort = GetConsoleVarAsInt("port");GetConsoleVarAsString("bind", ServerIP, sizeof(ServerIP));printf("IP: %s:%d", ServerIP, ServerPort);