HITMAN 17 Posted December 7, 2008 Posted December 7, 2008 ok i want to do a moeny thing where it costs some x there level can someone give me the code cheers Quote
POG1 Posted December 7, 2008 Posted December 7, 2008 Re: x level ?howMuch = 15; $moneys = $ir[level] * $howMuch; your question is a bit vague... Quote
HITMAN 17 Posted December 8, 2008 Author Posted December 8, 2008 Re: x level well i mean like say if the brought something like lucky box how would i make it the cash go up on level Quote
POG1 Posted December 8, 2008 Posted December 8, 2008 Re: x level make a field in the users table called "boxcash" and find in the code it updates the user info.. SET boxcash = '".$ir['boxcash']++."' 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.