Jump to content
MakeWebGames

_Ricky_

Members
  • Posts

    77
  • Joined

  • Last visited

    Never

_Ricky_'s Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [mccodes v2] Crafting System Mod - players can craft items! ($65) Helping raise money to give African's clean water. http://aquathon2009.blogspot.com/ :lol: :mrgreen:
  2. Re: [mccodes] Advanced Pet Mod [$15] like i said, awesome that yours worked when you got it. and you have done an awesome job with it as well but mine didnt and still dont, when someone buys a pet from the pet shop wether its male or not i automatically makes it female after you buy, and ive talked to this guy... heres what the guy said   RE: Pets Mod? From: BV ([email protected]) Sent: Wed 7/22/09 2:05 AM To: [email][email protected][/email] As i said i found the problem but as i also said my meds are messing with me would a fix by later today 7/22/09 be ok cause im in pain and i need to sleep to get better.
  3. Re: [mccodes] Advanced Pet Mod [$15] dont even look like the same mod, no where close... glad yours works, mine dont and apparently very unsecure
  4. Re: [mccodes v2] Crafting System Mod - players can craft items! ($65) 65 dollars........ too much lower that price to about half of the price now and ill buy it
  5. Re: [mccodes] Advanced Pet Mod [$15]   agreed. I have a problem with this mod and me and the owner have spoken, was supposed to fix but i havent heard anything in over a week. So Crazy-T if you wish to fix it for me as well, let me know And breaking i am not trying to bring your sales down, just letting the public know the truth
  6. Re: marriage, sharing housing? could very well be
  7. Re: marriage, sharing housing? theres not one for v2... find the v1 called M.Shared.H_Mod(1) and you will need to convert it to v2...but it does work
  8. Re: [v2] Event add on first loggin.   How about you do it on login then so it sends them one everytime ROFL....register.php would be your best bet...you only register once...
  9. Re: [v2] Event add on first loggin. that would be register.php
  10. Re: HELP WITH DONATOR PACKS   you said dp process page but then you said purchased from users? more details please
  11. Re: Cock Fight [$10] You have sent $10.00 USD to [email protected]. We have sent you a receipt for this transaction, and an email has been sent to your recipient. View transaction details :-D
  12. Re: Think your a good coder?   :lol: .. if i wanted something done right away i would pay an extra 5 dollars... Plus hes talking about makeing a mod for 10 dollars that is worth way more than that.. and Cronus does good work
  13. Re: marquee with admin function   Dont worry...it takes a strong person to admit they have problems
  14. Re: cron_hour help find: $db->query("UPDATE gangs SET gangCHOURS=gangCHOURS-1 WHERE gangCRIME>0");   replace with: $db->query("UPDATE gangs SET gangCHOURS=gangCHOURS-1 WHERE gangCHOURS > 0 AND gangCRIME>0");   be sure to go into gangs table in the database....make sure they are no negative times after adding this...should work for ya
  15. Re: cron_hour help i think your job cron is same as mine.....mine works....ill post just incase   if(date('G')==17) { $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.jobpoints=u.jobpoints+jr.jrPOINTS, u.exp=u.exp+(jr.jrPAY/20) WHERE u.job > 0 AND u.jobrank > 0"); $db->query("UPDATE userstats us LEFT JOIN users u ON u.userid=us.userid LEFT JOIN jobs j ON j.jID=u.job LEFT JOIN jobranks jr ON u.jobrank=jr.jrID SET us.strength=(us.strength+1)+jr.jrSTRG-1,us.labour=(us.labour+1)+jr.jrLABOURG-1,us.IQ=(us.IQ+1)+jr.jrIQG-1 WHERE u.job > 0 AND u.jobrank > 0"); }
×
×
  • Create New...