hello, thank you all for your help, now I want to know how to add a driver for when a bid, the other pilots can not add the same bid.
hello, thank you all for your help, now I want to know how to add a driver for when a bid, the other pilots can not add the same bid.
in the local.config see if the code is set to this (line 53, 54):
Config::Set('DISABLE_SCHED_ON_BID',
true);
Config::Set('DISABLE_BIDS_ON_BID', false);
in the local.config see if the code is set to this (line 53, 54):
Config::Set(‘DISABLE_SCHED_ON_BID’,
true);
Config::Set(‘DISABLE_BIDS_ON_BID’, false);
yeah man it is correct but when i add a bid in the REALScheduleLite the other pilots also can to add the same bid
Look in the main thread for RealSchedule. It has been thrown around quite a few times how to add the code to disable the bids on flights already bid on.
yeah man it is correct but when i add a bid in the REALScheduleLite the other pilots also can to add the same bid
please give mi, i cant found this!