ukmil Posted June 15, 2011 Report Share Posted June 15, 2011 Hi is there a way to stop two pilots flying the same aircraft at the same time? Can the system be programmed, so as soon as one pilot starts a flight in one aircraft reg, then it becomes unavailable to others to select? Quote Link to comment Share on other sites More sharing options...
stuartpb Posted June 15, 2011 Report Share Posted June 15, 2011 You can do this by setting the disable schedule on bid setting to true. Then when a pilot bids on a scheduled flight, no other pilots will be able to bid on that same flight until a Pirep is returned for the pilot who successfully placed the bid. Go to core/local.config.php and find this line: Config::Set('DISABLE_SCHED_ON_BID', false); set it to true, as below: Config::Set('DISABLE_SCHED_ON_BID', true); Cheers, Stuart Quote Link to comment Share on other sites More sharing options...
ukmil Posted June 15, 2011 Author Report Share Posted June 15, 2011 ok, thanks, but I kind of have a non standard system I am running a Military VA, and have set up the system where people can choose a route, which has NO aircraft tied to it. Then, in Kacars, they select and aircraft they want to fly that route in the drop down list, and LOAD it into the flight. So, what I am asking, is when someone selects an aircraft this way, can Kacars not feed back into the database, that a certain reg aircraft is in use by a pilot, and is will not show up in other pilots lists? Kind of like auto disabling the aircraft when someone selects it, then re-enabling it when the pirep is filed? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.