/* * 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; } } } } }
You do know that each gate can handle up to 10 flights?
if your aircraft still have hours, get more gates and make more routes. once your aircraft has no more hours left then its just sit and wait until you can rake in enough cash to buy/lease your next aircraft, and it goes on and on and on and on. :lol:
Quote from: "pseudoswede"You do know that each gate can handle up to 10 flights?
Yes but how do I make them all at 100%
lol. click on the "Aircraft" tab and under the hours column, itll tell you
Quote from: "ealvarez"lol. click on the "Aircraft" tab and under the hours column, itll tell you
I still cant find it
Quote from: "Kit Kat"Quote from: "ealvarez"lol. click on the "Aircraft" tab and under the hours column, itll tell you
I still cant find it
Go to "view and buy" page. There is a column that says hour. That is the hour left on the plane.
ummm... the page before that. The hour column is on the fleet summary page, not the info page of individual plane.
Good cat, now if you have money then rent more gates at airports close to you with a decent passenger amount and wait for your cash to increase.
Good cat, now if you have money then rent more gates at airports close to you with a decent passenger amount and wait for your cash to increase.