Strider Posted April 3, 2011 Report Posted April 3, 2011 Just installed it, and works like a charm Quote
Industrialshadow Posted April 26, 2011 Report Posted April 26, 2011 Hello I have a little Problem with teh Fuel.tpl I have added my Aircraft Beech 1900 C called with ICAO Code B190 <?php /** *Fuelflow Table */ $fuelflowB190 = 411; $fuelflowC208 = 180; /** *Reserves Table */ $reservesB190 = 112; $reservesC208 = 100; if($schedule->aircraft == 'B190') { $fuelflow = $fuelflowB190; $reserves = $reservesB190; } if($schedule->aircraft == 'C208') { $fuelflow = $fuelflowC208; $reserves = $reservesC208; } But doenst work. The Cessna 208 is working fine but the B190 not Can anybody help me Thanks Quote
Rickisani Posted April 27, 2011 Report Posted April 27, 2011 Hello I have a little Problem with teh Fuel.tpl I have added my Aircraft Beech 1900 C called with ICAO Code B190 <?php /** *Fuelflow Table */ $fuelflowB190 = 411; $fuelflowC208 = 180; /** *Reserves Table */ $reservesB190 = 112; $reservesC208 = 100; if($schedule->aircraft == 'B190') { $fuelflow = $fuelflowB190; $reserves = $reservesB190; } if($schedule->aircraft == 'C208') { $fuelflow = $fuelflowC208; $reserves = $reservesC208; } But doenst work. The Cessna 208 is working fine but the B190 not Can anybody help me Thanks you have to " if($schedule->aircraft == 'B190')" enter in the correct name / type of your Aircraft. You can find this in the admin area under fleet. It worked perfectly Quote
Industrialshadow Posted April 27, 2011 Report Posted April 27, 2011 Hi thanks now working fine.Thanks for help Best Regards Quote
Rickisani Posted April 27, 2011 Report Posted April 27, 2011 Hi thanks now working fine.Thanks for help Best Regards okay no prob there is a website of you Quote
Colonia Posted July 13, 2011 Report Posted July 13, 2011 OK, I've just installed the AFC script with some small modifications and it works fine. Thanx for it @tebinu Quote
OWA001 Posted September 3, 2016 Report Posted September 3, 2016 Is Functionally 100%, Thanks so Much from this 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.