Jump to content
MakeWebGames

radio_active

Members
  • Posts

    693
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by radio_active

  1. Re: Help Notepad works, and its free xD
  2. Re: if you have a game or have a game in the maiking read on   You cannot buy hosting but you can afford 300.00 USD for mc... i smell a rat... all mc free hosted sites have rather a illegal copy of mc or contain illegal mods. If your on freehosting but have everything legal why not just pay 6.99 for web hosting from www.byethost.com Haha, i shouldn't say this but you know how much Dabomstew and coldblooded care about v1 and v2? They gave me , actually i wont say. lol
  3. Re: [mccode] A better Safer Forum for your members to enjoy Nope, forums are 100%, love them. You can also add mods to them at the Simple Machines Forum (being there main forum). My problem i experienced was a theme problem, works 100% now, love em. They shred all over MCcode Forums.
  4. Re: [mccode v2] User Search Yeah looks really nice and impressive, good work!
  5. Re: [MOD UPDATE} V2 Themecreator 100% Completed Working Copy Sounds really interesting and i think i will most likely definatly add this script! Really good work. +1
  6. Re: [MOD UPDATE} V2 Themecreator 100% Completed Working Copy Sounds really interesting and tempting to add. So you create a number of different CSS stylesheets and users can choose which theme they want to use?
  7. Re: [mccode v2] body guards [$15.00] Yeah or you could buy this chaps... I personally wouldnt because it does not look professional set out, no screen shots, no detailed description and i havnt ever seen any of your work, lol.
  8. Re: Seeking MCcodes Guru hahahaha OUCH
  9. Re: Need base code to work off. Hmmmm, i dont think that will do it. Im selecting three IDs from a table that i have. A userid is in each ID (Not selecting from the users table) Then once they are selected im sending three differents precentages of money out of a total lot. The reason i need the loop is obviously for looping the Event ad and the update money etc and i thought the counter for the different percentages being sent which is why i came to the conclusion of a for() loops witha counter, lol... Ill contact you on msn.
  10. Re: Need base code to work off. Yeah thanks alot. Basically i have a query selecting 3 ids from a table in the DB. Now i need to select those 3 IDs and send 3 different numbers to that users account. So i figured if i used a for() loop with a counter that would be the best way to do it?
  11. Re: Template for the value of "things" Ahhh i understand now. This is depends on how easy you have made to get crystals and money etc. If you add all these little scripts from CE which is like a 1/3 chanc of getting like 7 crystals for going to a cookie shop or something like that and you have trade in price for crystals like 1000 each, people are going to be making lots of money.. With weapons id suggest starting of small like damage 1 then as you make more weapons increase by 10-30 each time or so. Like i said its all based on how easy it is to make money. If its very easy then id suggest putting house prices up alot. You will see some games where there are peeople level 1000 and the economy is like 1,000,000,000,000,000,000 for one of the best houses, just ridiculous. Then you will se other games where biggest house cost might be 1,000,000 or 2.147bil. ID suggest working it all out like job payments etc. Keep Will or happy on houses very low, even for the best house. I have about 15 house or more and will for the best house is 5000. Even with that much will people are not getting much stats. I think its better to have a game with not a lot of money in it or crystals and fairly low levels. Take Torn City for a while, people say its the shittest game they have ever seen yet it has roughly 5000 users online within each either 3 minutes or hour. Highest level is in the 70s and the best house costs $500,000,000 Im not sure where im heading with this but maybe this helps =)
  12. Hey there Im working on a script right now and to make it more effecient im going to need to use a " For() loop with a counter" Can someone supply just the base code of a for loop with a counter that i can work off =) Thanks
  13. Re: Template for the value of "things" Indeed terrible english, can you please be a little more specific at what you are asking. I would love to help but i do not understand.
  14. Re: [mccodes][anysite really] PAGE Refrencing. Okay, editing every single link and every single page... Screw that. lol I have hundreds, if not thousands of links.
  15. Re: [mccode] A better Safer Forum for your members to enjoy I like these forums, its not like members have to sign up anyway, if they want to put there input they will signup. The only problem is having to log in every time if you leave the page, needs a IP session or something.
  16. Re: [mccode v2] Donator Packs To Items Im not sure what your trying to do and what bit of code your editing though. If your trying to make auto crediting that aint gonna do it.
  17. Re: [mccode v2] Donator Packs To Items You would have to make a variable which selects the DP from the item list then just insert the variable instead of the $set['']
  18. Re: [mccode v2] Donator Packs To Items Umm what are you asking for?
  19. Re: [mccode v2] Revamped RentaSpy I think you should use a $rand so when people spy it will show like some of the stats and on the stats it doesnt show, it will just show like Strength: ?????? Agility: 378,320 etc, if you dont do it ill try sometime when i have finished completing looping this INSSEERT query, grrrr
  20. Re: [MOD] V2 Fight the good Fight Simple and effective, good effort ;)
  21. Re: my game(i cnt find the forum for it) Probably because you have an illegal version of MCV2 or something like that. :-) Also wrong place to post for this and no one is going to code for you especially when you do not even own a paid domain or hosting. Sure pay me and i will code for you.
  22. Re: edited hospital bill made for jail Okay but normally people cannot bail themselves out of jail hey? If i was you i would make it cost more to bail yourself out and at the moment from your script it looks like it costs like nothing to bail people. If you bail a level 1 its going to cost $1, bit cheap hey?
  23. Re: edited hospital bill made for jail Okay i have a php file on my site called jailbail.php   <?php include "globals.php"; if($ir['jail']) { die("You cannot bail out people while in jail."); } $_GET['ID']=abs((int) $_GET['ID']); $r=$db->fetch_row($db->query("SELECT * FROM users WHERE userid={$_GET['ID']}")); if(!$r['userid']) { die("Invalid user"); } if(!$r['jail']) { die("That user is not in jail!"); } $cost=$r['level']*2000; $cf=number_format($cost); if($ir['money'] < $cost) { die("Sorry, you do not have enough money to bail out {$r['username']}. You need \$$cf."); } print "You successfully bailed {$r['username']} out of jail for \$$cf. > [url='jail.php']Back[/url]"; $db->query("UPDATE users SET money=money-{$cost} WHERE userid=$userid"); $db->query("UPDATE users SET jail=0 WHERE userid={$r['userid']}"); event_add($r['userid'], "[url='viewuser.php?u={$ir[']{$ir['username']}[/url] bailed you out of jail.", $c); $h->endpage(); ?>   What exactly did you change? Besides a bit of text? Just a question because im interested.
  24. Re: [mccode v2] Donator Packs To Items Go and buy it then.
  25. Re: [mccode v2] User Shops [$35.00] Ill take one for $23. lol If your finding it hard to sell copies, hit me up!
×
×
  • Create New...