Jump to content
MakeWebGames

Dave

Administrators
  • Posts

    3,368
  • Joined

  • Last visited

  • Days Won

    126

Everything posted by Dave

  1. Oops! Sorry about that, the messages on the old forum software was pretty bad.
  2. Looks like the main website is down sadly, maybe someone has a copy somewhere ?
  3. As MTG said there are 3 themes to choose from: Default IPS Light (default) Dark You can change your theme by the “Theme” link in the footer. If you have other suggestions to make the site better let me know! Great to see your name again! Welcome back Howdy Rulerofzu, great to see you as well.
  4. Let me know if you experience any issues with the mobile version, I’m using it and it seems to work okay.
  5. I did everything I could to try ensure they didn’t get spammed, but sending 5000 emails without full names is just a disaster waiting to happen. If you have the headers I can check everything worked correctly. Regardless, welcome back!
  6. Nice work! I think @adamhull was looking for a designer.
  7. Dave

    Hello

    Welcome to the community! Interested in seeing your sci-fi game, shall have to go find your post.
  8. Death to all globals!
  9. Yup, haven’t configured that yet. Thanks for highlighting it.
  10. MWG but without the spam. Legendary ?
  11. I really dislike things that feel like magic, I'd rather have a hard dependency on the need to call endpage() rather than people struggling to find out what's going on! MCCodes could be much better with a few basic architectural improvements.
  12. Oh my god, I thought mine was bad but this is hilarious.
  13. This is neat, nice little addition, really reminds me of poking people on Facebook! You could wrap up your "is interact-able" logic into a single re-usable function. function isInteractable() { if($ir['hospital'] && !$row['hospital']) { die($target.' isn\'t currently in hospital - and you are'); $h->endpage(); } if(!$ir['hospital'] && $row['hospital']){ die($target.' is currently in hospital - and you\'re not'); $h->endpage(); } if($ir['jail'] && !$row['jail']) { die($target.' isn\'t currently in jail - and you are'); $h->endpage(); } if(!$ir['jail'] && $row['jail']) { die($target.' is currently in jail - and you\'re not'); $h->endpage(); } } Then you can just execute this function before the event_add. In an ideal world a function shouldn't die but this is MCCodes so there's no other option really.
  14. Yeah I'm 24, I was very much a child when I first joined this forum. Everyone at work reminds me how young I am, my whole team is 7+ years older than me, it's amusing.
  15. Ah yeah, I know them feelings! I want to start up a game now, but I have a full time job and now I need to ensure MWG prospers.
  16. I present myself, a savage, good old 2007 when I was a mere boy at 12 years old:
  17. Nice to see you here Sharqy! Where in Europe are you based?
  18. Why don't you run it yourself? or is there no interest in doing that?
  19. Done! I changed your user title to SomeRandomBastard too haha
  20. Welcome! I’m excited to see our two communities interact.
  21. Oh that's sad, is there no way to resurrect it with new owners? @Magictallguy is a super helpful guys and a great tutor!
  22. Forums are great for communicating, but sometimes you want to be able to speak with your fellow community members via a more instant method. I recently put up a poll, all be it for not very long asking what chat software you'd like to use. The polls were siding with Discord heavily, so I've gone ahead and approached the guys from http://pbbg.com/ and we'll be combining our Discord chats (even though MWG never had one) to create one even larger community. You can join the discord via this link: https://discord.gg/BGRtuFV Alongside there are now links to "Discord Chat" & "PBBG Directory" in the main header. @FoohonPie is the creator of PBBG.com and will also be looking to use our forum boards for their discussions as well. Here's to a great partnership formed out of common interests!
  23. As the general consensus seems to be Discord, I've gone ahead and approached the guys at pbbg.com, so we'll be collaborating using the same Discord!
  24. Up to you! I think you can change your own name.
  25. Dave

    Valet

    I did not even realize there was a Linux version. That's pretty awesome. Valet Plus helps with that by providing drivers for various different software: https://github.com/weprovide/valet-plus/tree/master/cli/drivers Magento 2 WordPress Drupal Joomla etc.
×
×
  • Create New...