Jump to content
MakeWebGames

SilverWolf

Members
  • Posts

    16
  • Joined

  • Last visited

SilverWolf's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [TGM] User Rating System [TGM]   u sayin i copy? no i dont. my rating mod it over 50 lines long... cronus's is like 10. man stop accusin me...not cool
  2. Re: [FREE] DPS TO ITEMS V1 [MCCODES] wow this one is basic. im gonna make one more advanced for you guys :wink:
  3. Re: [Mccode][Free] House Pictures nice thinking oxi :wink:
  4. Re: [TGM] User Rating System [TGM] nope this is 100% my own version. i can have cronus take a lo9ok to prove it if he wants to
  5. Re: [TGM] User Rating System [TGM]   Were u really waiting? lmao. n yeah i luv making smart remarks :lol:
  6. Re: [TGM] User Rating System [TGM] instead of paying $5 i made my own =] much easier lmao
  7. Re: [FREE]Music system nice job kyle... kick ass mod :wink:
  8. Re: [mccode] Poker Script for v1 i found a bug in this... ppl can put as many chips as they wanna buy n ppl can go in neg cash any solutions?
  9. Re: [mccode] Advanced Warning System yo anyone got this for v2? im2 lazy to make it v2 :)
  10. Re: [mccode] Personal Detals for v2.0 lol mcdeath... dont u read topics??? XD
  11. Re: Refill Bars Going Down even when the stats dont change! for crime its prob global_func.php I had this problem on another game i had to fix. That one was in global_func.php...might wanna take a look in there.
  12. Re: jobpay.php problem This is what i have. idk if its he same or not.... i dont have any problems with it. <?php require "mysql.php"; global $c; mysql_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,us.strength=us.strength+jr.jrSTRG,us.labour=us.labour+jr.jrLABOURG,us.IQ=us.IQ+jr.jrIQG,u.exp=u.exp+(jr.jrPAY/20) WHERE u.job > 0 AND u.jobrank > 0",$c) or die("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,us.strength=us.strength+jr.jrSTRG,us.labour=us.labour+jr.jrLABOURG,us.IQ=us.IQ+jr.jrIQG WHERE u.job > 0 AND u.jobrank > 0 ".mysql_error()); ?>
  13. [Lite] Bugget streets v1 yeah i wanna know how too...can someone tell us?
×
×
  • Create New...