RogerB Posted April 3, 2011 Report Share Posted April 3, 2011 Haha!! That is crazy. Quote Link to comment Share on other sites More sharing options...
Strider Posted April 3, 2011 Report Share Posted April 3, 2011 Just installed it, and works like a charm Quote Link to comment Share on other sites More sharing options...
Industrialshadow Posted April 26, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
Rickisani Posted April 27, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
Industrialshadow Posted April 27, 2011 Report Share Posted April 27, 2011 Hi thanks now working fine.Thanks for help Best Regards Quote Link to comment Share on other sites More sharing options...
Rickisani Posted April 27, 2011 Report Share Posted April 27, 2011 Hi thanks now working fine.Thanks for help Best Regards okay no prob there is a website of you Quote Link to comment Share on other sites More sharing options...
Colonia Posted July 13, 2011 Report Share 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 Link to comment Share on other sites More sharing options...
OWA001 Posted September 3, 2016 Report Share Posted September 3, 2016 Is Functionally 100%, Thanks so Much from this 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.