Edward Rossiter Posted November 14, 2010 Report Share Posted November 14, 2010 Does any one know how I can make it so that multiple people can fly the same route at the same time, with the same aircraft? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted November 14, 2010 Administrators Report Share Posted November 14, 2010 In local.config.php change # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', true); to # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', false); Config::Set('DISABLE_BIDS_ON_BID', false); Quote Link to comment Share on other sites More sharing options...
Edward Rossiter Posted November 15, 2010 Author Report Share Posted November 15, 2010 In local.config.php change # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', true); Config::Set('DISABLE_BIDS_ON_BID', true); to # If someone places a bid, whether to disable that or not Config::Set('DISABLE_SCHED_ON_BID', false); Config::Set('DISABLE_BIDS_ON_BID', false); Thanks, simpilot. I thought it would be that simple just didn't know which php file to start at 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.