/* * 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; } } } } }
Is it allowed to have different aircrafts to operate more than 2 .5 routes...????
let's say one got 4 different aircrafts and he use it from JFK to LHR....and all are 0.5 frequency....
is that allowed.... :?:
that's what i discover
http://www.airlinemogul.com/airlinemogul/view_route.php?id=87206
:evil:
Quote from: "epxair"Is it allowed to have different aircrafts to operate more than 2 .5 routes...????
let's say one got 4 different aircrafts and he use it from JFK to LHR....and all are 0.5 frequency....
is that allowed.... :?:
that's what i discover
http://www.airlinemogul.com/airlinemogul/view_route.php?id=87206
:evil:
yes.
its even allowed to have more than 2 0.5 routes on one plane.
on a sidenote, are you going to try to take the second place from daklines? ;) i notice you have overtaken him again on daily income, i guess you can be considered "back"?
as a matter of interest...how do you look at the daily income..
It's not allowed to have 4 0.5's on one route...
alfc is wrong in this case....
... as in he has mis-interpretted the message.
The game rules clearly state no more than 2 .5's for a route. You could have as many .5's on a plane as the game permits, but no more than 2 .5's on the same route. Will take a look on this.
Next time, please email us at :staff: though
I don't see the violating route anymore :?
Quote from: "dktc"I don't see the violating route anymore :?
huh???
he still uses 4 0.5 lol.....
can you go to the link :?
and he use it from JFK to LHR..
You could have as many .5's on a plane as the game permits, but no more than 2 .5's on the same route.
Quote from: "dktc"You could have as many .5's on a plane as the game permits, but no more than 2 .5's on the same route.
Wait a minute.. Every plane I have doesnt allow me to have more than 2x 0.5 routes, e.g. Plane A has 10 routes, 8 of which are 1 freq. and 2 are 0.5 freq; it's just the game not allowing me to create another 0.5 route when I already have 2 or maybe 3 in the current plane, can you check it out please ? ID 3573
Quote from: "AzZellon"Quote from: "dktc"You could have as many .5's on a plane as the game permits, but no more than 2 .5's on the same route.
Wait a minute.. Every plane I have doesnt allow me to have more than 2x 0.5 routes, e.g. Plane A has 10 routes, 8 of which are 1 freq. and 2 are 0.5 freq; it's just the game not allowing me to create another 0.5 route when I already have 2 or maybe 3 in the current plane, can you check it out please ? ID 3573
Yepp, its the game.
Normally you can create 2x .5 routes. May those be 0.5 or 1.5 or 2.5 etc. If you go from your first hub to your second hub and to your third hub (or any destination) you may have more.
Examples:
A, B and C are your hubs and D is a simple destination
A -> B -> C -> A ; 3x .5 routes allowed per plane
A -> B -> C -> D ; 3x .5 routes allowed per plane
If your bases are close together you can even create a roundtrip with .5 routes.
^^If this is wrong I misunderstood that rule :lol: