Hi,
Is it possible to make 2 pilots fly a single route as well as just 1, so there are 2 options for the route, 1 for shared cockpit and one for single pilot flying?
Hi,
Is it possible to make 2 pilots fly a single route as well as just 1, so there are 2 options for the route, 1 for shared cockpit and one for single pilot flying?
On 8/6/2017 at 2:29 PM, HCStrike said:
Hi,
Is it possible to make 2 pilots fly a single route as well as just 1, so there are 2 options for the route, 1 for shared cockpit and one for single pilot flying?
You can disable “bids on bid” in “local.config.php” file. Look for the following:
Config::Set('DISABLE\_BIDS\_ON\_BID', false);
Just change “false” to “true”. Now your pilots will be able to bid on a bidded schedule.
15 hours ago, Parkho said:
You can disable “bids on bid” in “local.config.php” file. Look for the following:
Config::Set(‘DISABLE_BIDS_ON_BID’, false);
Just change “false” to “true”. Now your pilots will be able to bid on a bidded schedule.
Wouldnt I keep it at false as if I changed it to true people wouldnt be able to bid on bids?
8 hours ago, HCStrike said:
Wouldnt I keep it at false as if I changed it to true people wouldnt be able to bid on bids?
You are correct. Leave it at false.
So no other configuration is required?
On 8/10/2017 at 6:54 PM, HCStrike said:
So no other configuration is required?
Not that I know of. Unless you want to achieve something else, this is the way.