Jump to content
MakeWebGames

zbirc3

Members
  • Posts

    173
  • Joined

  • Last visited

    Never

Everything posted by zbirc3

  1. Re: Simple Trades [V2] No problems whatsoever. THANKS! ^_^
  2. Re: Simple Trades [V2] YOUR A FRICKIN LIVIN LEGEND :D
  3. Re: Simple Trades [V2] ^^ agreed. ^_^ :mrgreen:
  4. Re: Simple Trades [V2] when can we expect the update, JD? :P THX MAN! EFFING LEGEND. :D
  5. Re: Simple Trades [V2] Please try? :P or make a new one?
  6. Re: Simple Trades [V2] Hey richard, I know you're getting alot of complaints, but, can you please fix that when I accept a trade, it doesnt say "You do not meet one or more of the requirements" thx (P.S: GREAT MOD!) :D
  7. Re: Staff Function - Edit User - V2 - Enhanced Version Lovin' this. Thanks
  8. Re: Mass Mail error I cannot remember the fix for that anymore. :/
  9. Re: [V2] Better Explore Page [V2] Screenshot? Otherwise lookin' good. :P
  10. Re: Some free Apps for your Game Site! and games. :P
  11. Re: Some free Apps for your Game Site! Sooooooooooo luvin da Muzik Playa
  12. Re: [v2]Attack Ban[v2] okies :) thx 4 clearin dat up
  13. Re: [v2]Attack Ban[v2] What I meant do do was make it so NPC's cannot be attacked UNLESS from the Battle Tent Directly! :P
  14. Re: [v2]Attack Ban[v2] I think this is correct:   else if ($odata['challengebot']) { print"You cannot attack an NPC [url='index.php']> Back[/url] "; $h->endpage(); exit; }
  15. Re: Hospital Time For the newbies: This should make your JAIL time display as X days, X hours, X mins In jail.php find:   while($r=mysql_fetch_array($q)) {   Add below:   $time=$r['jail']; $t4=floor($time/60/24); $t1=floor($time/60) % 24; $t2=$time % 60; if($t2 < 10) { $t3="0".$t2; } else { $t3=$t2; } if($t4) { $t5="$t4 days,"; } else { $t5=""; } if($t1) { $t1="$t1 hours,"; } else { $t1=""; } if($t2 == 1) { $t2="< 1 min"; } else { $t2="$t2 mins"; }   Replace:   {$r['jail']} minutes   with:   $t5 $t1 $t2
  16. Re: [v2]Attack Ban[v2] Thats a good question. But they could be continuesly not allowing that specific user to play because they are constantly harrassed via attacking. Thats why this mod is available. Atleast I think so... :|
  17. Re: Guess Who! Can you make it so they can pick from a drop down list of answers for each question please? Thanks in advance!
  18. Re: [v2]Reset Specific User[v2] Tested and works perfectly. Thanks mate! ^_^
  19. Re: Gym Record I like, I like! lol :P
  20. Re: [Free] Maths Challenge How do (and where do) I edit the sums so they do not show up as a huge sum? LOL!
  21. Re: [Free] Maths Challenge Lookin' good, Iso! :P
  22. Re: Free Starter Pack I decided to PM you! ^_^
  23. Re: Free Starter Pack Can you please add hospital and jail items to the starter kit? Just give me an example of where to put it and where to put the id. I don't know how to do it as its not in the users table. lol.
  24. Re: Page Tutorials [FREE] Can u add me?([email protected])
  25. Re: Page Tutorials [FREE] DBS McCodes version 2
×
×
  • Create New...