Jump to content
MakeWebGames

Miniman

Members
  • Posts

    431
  • Joined

  • Last visited

    Never

Everything posted by Miniman

  1. Re: [V2] Saved Events Well this is nice! Post something to better people and get shat on :-) Yes, yes. I do it, but I don't go as far as this. :lol: *Miniman stamps a "Post new Topic" stamp on Haunted Dawg's head. It's there, I think. :wink: Show us some optimization HD style maybe? :-P
  2. Re: [Any]Zyzamic Network I like this one! :) It's nice!
  3. Re: Streets Error   $db->query("UPDATE `users` SET `jail_time` = `jail_time` + timer here. `jailreason` = 'Pulled up by a Policeman' WHERE `userid` = '1'");   You had: jailtime = jail_time + blah :)
  4. Re: [Any]Zyzamic Network That's not really a good example of what you can do.... Provide more images examples.
  5. Re: [mccodes V2] Merits Mod [$10] Have you included a file in header so it checks if the user has the criteria for the award on each page? Is it loads of IF statements? Or is it a cron?
  6. Re: Game Ranks Mod This doesn't need any additions to your DB...... Why didn't you just add it and see if an error appeared ? :)
  7. Re: Health goes into - neagative Where and why does the health go into negative? Searching the streets? Attacking? :-)
  8. Re: jail bust exp   $exp = mt_rand(1,10); $db->query(sprintf("UPDATE users SET exp = exp + %u WHERE (userid = %u), $exp,$userid));   That one will give between 1 and 10, just change the number 1 and 10 to whatever you see fit. And don't know if it's actually called 'exp' so you'd need to check your DB. :)
  9. Re: jail bust exp   $db->query(sprintf("UPDATE users SET exp = exp + %u WHERE (userid = %u), exp-here,$userid));   Or you could make it random?   $exp = mt_rand(1,10); $db->query(sprintf("UPDATE users SET exp = exp + %u WHERE (userid = %u), $exp,$userid));   For Crazy-T: No, sprintf() may have not been needed but it's the way I like to do thing's :-)
  10. Re: Looking To Buy   Pfft, You do good work. Maybe you just need to spend a tiny bit more time on them before releasing them ;)
  11. Re: Looking To Buy Richard's mod is very buggy..... And you are offering $10, I don't think anyone will be interested unless it's a scammer.....
  12. Re: If you are a certain gender you can do different things than another?   I took your advice, now can you help me please? I read a manual and now I get stuck here, What do I do after? <?php What do I do now? How do I make it so I can buy stuff?
  13. Re: day one   Haunted Dawg created the 1 and 5 minute cron jobs, I then turned it into 1 min, 5 mins, 1 hour, and 1 day cron ;) I heard you created time all together! :-o And that you dispose of metal by eating it
  14. Re: Looking for a In House Coder (30% Rev Share From Game) V2.5 is already floating around, and it's nothing like the current monodistrict that they have at monodistrict.com.... V2.5 is basically Mccodes V2 with a nice template but coded poorly. It's all squished into the left side of the screen.
  15. Re: Looking for a In House Coder (30% Rev Share From Game)   There is a V3, yes. Is it for sale, No. There isn't a V3. Although i do speak to dab's he said he 'might' make a new source. 'might'. monodistrict.com That's meant to be the new V3 version. It's just not for sale.
  16. Re: Looking for a In House Coder (30% Rev Share From Game)   There is a V3, yes. Is it for sale, No.
  17. Miniman

    Name bug

    Re: Name bug   Why don't you use this? ON behalf of Crazy-T: Remove the \s if you don't want spaces between names
  18. Re: [MC Codes V2] Paged Hospital & Jail   What's the point? It just has numbers that you click depending on how many people are in hospital....I'll give you an idea of what it looks like... [1][2][3] No screenies needed now.   Good job Karlos! :-D
  19. Re: not sure about this   This is how I know the site is gonna fail. If your site is going to be one of the best, delete Mccodes and make your own engine unless you know what your doing...... Learn to code Be prepared to spend thousands on advertising (most top games out there have 50,000 users +) Learn to code better Lots of unique features Learn to code some more
  20. Re: Automatic Merit System Awarder [any version] $20.00 Unique! Oh wow! It has arrays etc etc.....I must buy! :lol: I've never heard of "etc etc" in PHP, care to explain? :roll:
  21. Re: Automatic Merit System Awarder [any version] $20.00 Unique! Either way, I don't think it's worth $20. I don't think anything Mccodes related is work over $10 tbh :lol: But, good job I guess?
  22. Re: Automatic Merit System Awarder [any version] $20.00 Unique! I'd rather have it credited at the end of each day..... That way it doesn't need to be loaded on every page all the time :| Just select, If they have it then credit, if not nothing happens.   Haha, I didn't see that.
  23. Re: Automatic Merit System Awarder [any version] $20.00 Unique! *Miniman wonders if it's an include file that is included on every page because it's placed into header.php
  24. Miniman

    GFX

    Re: GFX   Woop.
  25. Miniman

    GFX

    Re: GFX   It does look a bit odd though.... :lol: But I will give your idea a shot. And....Scarlet, I thought you'd left CE? :?   I did if you look at the post for time online you will see my old account as undefined ....but I reregged when ownership changed hands...as my old ava said "im always watching" What I dont understand is why so many people use the graphics advertising section as a showroom for graphics instead of the section that was actually created for it... :roll: I don't mind if it gets moved.... :-D
×
×
  • Create New...