Jump to content
MakeWebGames

Tangled

Members
  • Posts

    118
  • Joined

  • Last visited

Everything posted by Tangled

  1. You can close this thread the game is sold :D Thank you jharnisch nice doing business with you
  2. I still have mods that I can't download from mccodes, bought one the other day and got a blank page...it took my money tho
  3. \\..bump..//
  4. I can tell you this much, I purchased the lucky boxes in mccodes thinking this was what I was getting. and it wasn't the same. I'd like to find it too. Let me know if you do!
  5. http://prntscr.com/58euph This is one called Lucky boxes but it does exactly what he's talking about. Its on Mafia Crimes
  6. I never got an email to confirm my account
  7. Love this Mod +1 I had to have it worked into my system but this is a very cool addition to my game. yea I know, my css needs work lol that will come with time and uhhh money. http://prntscr.com/57gydk
  8. I've taken the game off my server. But its still for sale! hint hint
  9. W3Theory-Peter He's the go to guy here
  10. is there a quick fix on this system. my users can't scroll up to see previous messages. when you attempt it pops right back to the bottom. Also chat windows don't light up when there is a new message. I bought this mod approx 4 months ago. Thx
  11. This works fine, but the tutorial doesn't disappear when the last link is done. I have to manually go in and enter a 0 in the database to clear it. G7470 gave me this fix to set the user in the data base to the next number signifying that the tutourial was finished and it disappears with the next click. Original code   case 2: echo " <b>Tutorial - Step 2/10</b> What you see below is the explore page, with links to almost everything you can do in the game. Think of it as the game menu. Here you can see that you've started in Chicago, and you're stuck here until you reach level 15 (see the Airport for details). You'll also see the latest city events here. <a href='criminal.php?tutorial=next'>Click here to continue!</a> "; break; /* just add the steps you want.. since the link in step 2 goes to criminal.php, step 3 would show and explain what the criminal page does */ default: echo "you shouldn't see this"; break; } }   add this into your last case:   $db->query("UPDATE `users` SET `tutorial_step`=`tutorial_step`+1 WHERE `userid`=".$ir['userid']."");   This is an example of what I did in mine   case 13: echo " <b>Tutorial = Step 13/13</b><br /> bla bla bla<br /> bla bla bla <br /> of the page. bla bla bla <br /> and etc. bla bla bla.<br /><br /><br /> "; $db->query("UPDATE `users` SET `tutorial_step`=`tutorial_step`+1 WHERE `userid`=".$ir['userid'].""); break; default: echo "you shouldn't see this <br />"; break; } }
  12. no 1 day was the longest Have you ever gone rabbit wacking in a 4 wheeler?
  13. I'm selling mine NWE game engine
  14. Original Post updated to include most of the game features.
  15. I bought a mod from Mccodes for achievements but I haven't been able to download it and I bought it 4 mths ago :mad:
  16. yes they complete a series of achievements that advances them to the next level
  17. ////bump\\\\
  18. right on!;)
  19. your module 50/50 Pick a number between 1-100, if you're correct then I will give you double what you guessed. However if you lose, you'll lose double the amount you guessed! If you could place a bet and have another user take the bet, and have a random loss or win as it is you have from 1 to 100 chance of loosing your gold every time.
  20. :confused::p
  21. {{{{{{{{{{{{{[bump}}}}}}}}}}}}}
  22. Game For Sale NWE Engine License verified on the Login Page http://prntscr.com/53ssl9 Full game engine and extra mods included $150 Firm . http://prntscr.com/53byke Game is completely Editable through your Admin Panel. You are able to install new Mods and also create Mods right from your staff Panel I've taken the game off of my server but if you care to see what an NWE Game engine is you can check it out at New Worlds Engine Game Features Include Home 50/50 Game Updates Horse Racing Premium feature (working paypal) Actions Crafting Crimes Fighting Areas Multie attacks or one click attacks Mix Feature - create you own weapons, food drinks Quests Roulette Russiona Roulette Train your stats Vote Works Communications Forums Invites Messages Search Players Pop up chat with smilies Facilities Bank Barter Bounties Clans Clan Crimes Clan Invites Clan Events Clan Forums Hospital House Inventory Shops Lottery Grid Player Search Simple Banking (one currency system) Table Bet Users Online Friends Enemies View or Add Editable Menu Calendar Jail Safe Cracker Preferences View town/Explore Controls Action Log Change Password Choose a template (5 different choices and able to Edit) FAQ Note Pad Report a Bug Wiki Forum Help at http://indie-resource.com/forums/index.php?sid=789703fa1dbbf9c8038219d874f46276
  23. found it never mind :P
  24. ok thanks Zettieee
×
×
  • Create New...