Jump to content
MakeWebGames

eido

Members
  • Posts

    100
  • Joined

  • Last visited

    Never

eido's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [Any]Zyzamic Network   All i said was lets see them nobody will want anything if they don't see any of his work :wink: and as for the google images your wrong so don't say what you don't know.
  2. Re: [Any]Zyzamic Network   Make them all on my own mate .. :-) Lets see some then.
  3. Re: [Any]Zyzamic Network Do you create your own images, or do you buy the images if not no point in selling them.
  4. Re: [V2] Attacking Turns Shop There is Another problem: It doesn't take the attack turn off when you attack.
  5. Re: [V2] Attacking Turns Shop Correction it shouldn't be ($ir['attk_turns'] <=1 Check the sql you need to put in it say's attk_turns Here is the code for anyone who wants it: print "Only the crazy attack when their unconscious. [url='index.php']Back[/url]"; $h->endpage(); exit; } else if ($ir['attk_turns'] <= 1) { print "You Have NO turns Go Buy Some From The Turns Shop [url='index.php']Back[/url]"; $h->endpage(); exit; }
  6. Re: [V2] Attacking Turns Shop There is a problem with this: When the members start of with some atk turns and they try and attack it say's they have none???   Same still when they buy the turns.
  7. Re: [V2] Attacking Turns Shop Like this idea. Good as usual. +1 for you buddy.
  8. Re: [v2] Create a Crystal Looks ok. Could be many add on's to this but since this is your first mod i'm giving you a +1
  9. Re: Effects mod with cron works with v2 Has anyone tested this mod yet to see if there are any bugs.
  10. Re: Daily Donators Reward [Mccode v2] Wouldn't there be a cron for this :-P
  11. Re: [mccode v2] Revamped RentaSpy i have this error but it still works though thanks if you fix it:P Warning: sprintf(): Too few arguments in /home/********/public_html/rentaspy.php on line 268 QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Resource id #21' at line 1 Query was Resource id #21
  12. Re: Finding items   //-- Finding items query $fia=(int) rand(10000,50000); $fib=(int) rand(10000,50000); if($fia == $fib) { $iq=$db->query("SELECT * FROM items WHERE itmbuyable=1 ORDER BY rand() LIMIT 1",$c); $r=mysql_fetch_array($iq); $item=$r['itmid']; $userid=$ir['userid']; $db->query("INSERT INTO inventory VALUES ('', $item, $userid, 1)",$c); event_add($userid,"You found a {$r['itmname']} While Walking Around the city.",$c); } }   Try that.
  13. Re: Finding items Change the mysql query to $db->query(then the rest See if that works +1 me if it works
  14. Re: [mccode v2] Stock Market. Working + Secured It would be good if you could only buy 5 of each shares makes it more intresting and more harder to get money anyone want to tell me how to do it?
  15. Re: [MCcode] Raffle Script out of interest Sounds very nice You should sell it in my opinion.
×
×
  • Create New...