Gotcha_Buccs Posted November 12, 2011 Report 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
Jeff Posted November 12, 2011 Report 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
Gotcha_Buccs Posted November 17, 2011 Author Report 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
Jeff Posted November 18, 2011 Report 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
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.