onex Posted February 20, 2010 Posted February 20, 2010 Ok, I looked in codes, and searched the forum, unless I missed it, or not using right search_word, I can not find where the part of code that controls the Banks Fees and interest paid daily. Anyone tell me what file and what I looking for? Thanks Quote
onex Posted February 20, 2010 Author Posted February 20, 2010 I wasn't able to find it. What I got right now is $db->query("UPDATE users SET bankmoney=bankmoney+(bankmoney/50) where bankmoney > 0 AND bankmoney < 60000"); I know this allows me to cap the interest off from be paid after user gains 60k so does the /50 control interest amount? what controls the fee banker takes? Thanks. Quote
Joshua Posted February 20, 2010 Posted February 20, 2010 The fee the banker takes is in bank.php :P 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.