Monkey644 Posted February 27, 2011 Posted February 27, 2011 Hiya everyone, Quick question, Does anyone know how i can edit my game so i can gain exp whilst training at the gym and possibly through crimes? Cheers :) Quote
Curt Posted March 2, 2011 Posted March 2, 2011 you find the area in the script where you complete the crime or training and simply add a query to update your exp aswell... Its pretty simple... You will need to come up with an algorithm to calculate how much exp is gained. a query would be like so : $db->query("UPDATE users SET exp=exp+$EXPGAIN WHERE userid=$userid"); Hope that helps, Curt 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.