Edward Rossiter Posted November 14, 2010 Report 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
Administrators simpilot Posted November 14, 2010 Administrators Report 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
Edward Rossiter Posted November 15, 2010 Author Report 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
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.