General Chat / Re: Prices
« on: July 08, 2011, 08:07:29 am »I don't have access to my own spreadsheet of planes, so I can't give you a price.
/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Fly to every <1500nm airport there.
Swap routes with the A330, and the 777 will earn €218 304 000. You can then sell it at -50% after 2 years and make a profit.
It would be useful to create routes more easily. In the research route screen after you have selected the origin and destination airport there should be a "create route icon" that automatically rents a gate at the origin/destination airport and all you have to do is select the aircraft and set the price.
The gcmap works but the point of my idea is that you an see which airports are in the range
How long does it take you to achieve 100Million DOC if you start with 4 planes and starting base at Chicago ORD?