Gotcha_Buccs Posted November 12, 2011 Report Share Posted November 12, 2011 I want to be able to see how much money each of my pilots have in the pilots list, and be able to edit that if possible? -Allen Quote Link to comment Share on other sites More sharing options...
Jeff Posted November 12, 2011 Report Share Posted November 12, 2011 If I'm not mistaken, you should be able to get that info by using this code: <?php echo FinanceData::FormatMoney($userinfo->totalpay) ?> Quote Link to comment Share on other sites More sharing options...
Gotcha_Buccs Posted November 17, 2011 Author Report Share Posted November 17, 2011 If I'm not mistaken, you should be able to get that info by using this code: <?php echo FinanceData::FormatMoney($userinfo->totalpay) ?> Where do I place that code? -Allen Quote Link to comment Share on other sites More sharing options...
Jeff Posted November 18, 2011 Report Share Posted November 18, 2011 The correct code is (this has been tested): <?php echo FinanceData::FormatMoney($pilot->totalpay) ?> It goes in /core/templates/pilots_list.tpl 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.