HITMAN 17 Posted March 28, 2009 Posted March 28, 2009 please can someone tell me when you have a job you gain exp and how to stop this Quote
grimsybaby Posted March 29, 2009 Posted March 29, 2009 Re: jobs information cron_hour.php With EXP $db->query("UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN jobs j ON j.jID=u.job LEFT JOIN jobranks jr ON u.jobrank=jr.jrID SET u.money=u.money+jr.jrPAY, u.exp=u.exp+(jr.jrPAY/20) WHERE u.job > 0 AND u.jobrank > 0"); im guessing it should be like this if u wanna take out the exp Without EXP $db->query("UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid LEFT JOIN jobs j ON j.jID=u.job LEFT JOIN jobranks jr ON u.jobrank=jr.jrID SET u.money=u.money+jr.jrPAY WHERE u.job > 0 AND u.jobrank > 0"); Quote
HITMAN 17 Posted March 29, 2009 Author Posted March 29, 2009 Re: jobs information cheers but that not full code like parts missing Quote
AlabamaHit Posted March 29, 2009 Posted March 29, 2009 Re: jobs information So you come back to start your begging again huh? They told you where you add it...You have had more time than most to learn. If you want it to give exp...add it yourself. You have got to learn at some point. Quote
HITMAN 17 Posted March 29, 2009 Author Posted March 29, 2009 Re: jobs information sorry albama i was on ps3 and it did not show the whole code im sorry and thanks people 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.