ShizzleNizzle Posted April 26, 2009 Posted April 26, 2009 Re: Will Modification Anybody want to make it work nyna's gym? As usual i'll pay for it :) Quote
Strats Posted April 26, 2009 Author Posted April 26, 2009 Re: Will Modification What's different about her gym? Post up the file Quote
ShizzleNizzle Posted April 26, 2009 Posted April 26, 2009 Re: Will Modification http://criminalexistence.com/ceforums/index.php?topic=17869.0 The code is much better. Secure. Good layout. Easier for users. Quote
shrek1609 Posted April 26, 2009 Posted April 26, 2009 Re: Will Modification this isn't tested but should work ;) in nyna's gym mod... find $sql2 = sprintf("UPDATE users SET will = %u, energy = %d WHERE (userid = %u)", $row['will'], $row['energy'], $userid); replace with if ($ir['willtime'] > 0) { $sql2 = sprintf("UPDATE users SET energy = %d WHERE (userid = %u)", $row['energy'], $userid); } else { $sql2 = sprintf("UPDATE users SET will = %u, energy = %d WHERE (userid = %u)", $row['will'], $row['energy'], $userid); } Quote
ShizzleNizzle Posted April 26, 2009 Posted April 26, 2009 Re: Will Modification Yep that works....thanks! The will still doesnt go past the normal 100 : Has anyone else got this problem. Hey strats does your will go to 150%? Quote
Strats Posted April 28, 2009 Author Posted April 28, 2009 Re: Will Modification Yea mine works perfect. Might just not work with the gym your using. :? Quote
ShizzleNizzle Posted April 28, 2009 Posted April 28, 2009 Re: Will Modification My bad I f**** up on my end lol Sorry Quote
Strats Posted April 28, 2009 Author Posted April 28, 2009 Re: Will Modification Lol I do it all the time 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.