Jump to content
MakeWebGames

MyGunWars

Members
  • Posts

    237
  • Joined

  • Last visited

Everything posted by MyGunWars

  1. Re: [mccode v1] User Rating On my website www.mygunwars.com it is:   Ratings:[url='rating.php?ID={$r['][img=/images/positive.gif][/url] [b]<font color=green>{$r['goodratings']}</font>[/b] l [url='rating.php?ID={$r['][img=/images/negative.gif][/url][b]<font color=red>{$r['badratings']}</font>[/b]   Pixs: Good: http://www.mygunwars.com/images/positive.gif Bad: http://www.mygunwars.com/images/negative.gif Mail Me If You Need Help.
  2. Re: [mccodes v2] Find random items while playing the game... How do i slow it down???
  3. Re: [V LITE] Killing License I added it and I got a bug Parse error: syntax error, unexpected T_PRINT, expecting T_CASE or T_DEFAULT or '}' in /home/mygun4/public_html/killinglicence.php on line 11   <?php /*----------------------------------------------------- -- sniko` -- killinglicence.php -----------------------------------------------------*/ require "globals.php"; print "<h3>Killing License</h3>"; switch($_GET['action']) { print "[<a href=?action=buy'>Buy A Killing License</a>] [i]Killing Licenses Are So You Can Kill Others![/i]"; if($_GET['action'] == 'buy') { print "You Successfully Bought One!"; $db->query("UPDATE users set hospital=hospital-1 WHERE hospital>0"); ("UPDATE users ADD killinglicense=1 WHERE userid=$userid"); } ?>
  4. Re: [Mcodes V2]Auction Cron Fix[Needed] Nice I will see if it works :-D
×
×
  • Create New...