Jump to content
MakeWebGames

Zerex

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

955 profile views

Zerex's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • Dedicated Rare
  • Collaborator Rare
  • Reacting Well Rare
  • Conversation Starter Rare

Recent Badges

2

Reputation

  1. Game wise I can understand that 🙂 - Career wise for me it's 100% money. I don't care at all about promotions or titles I want the best possible raise, so whatever route gets me the bucks I'll take. 😄
  2. Had the PS5 just a little over 2 years, started with the Xbox Series X and the Ps5 had some exclusives I wanted to try out. Love FIFA/Battlefield/Battlefront I'm also enjoying Humankind and Medieval Dynasty. Probably play it an hour or 2 each night Never played Horizon, I'll get it when it goes on a decent sale though. I remember playing a Killzone game, I think it was on last gen and it absolutely blew me away. It was one of those games where you could actually see "next-gen" - sadly haven't experienced that with this gen of consoles.
  3. Yeah, I can see him being inspiring! For me, my biggest motivation has always been money - that's just how it is. Cannot say much more than money money money. I like dollar.
  4. You wanted a respectful response after making a remark like I'm a little child with the pat and a good boy comment? Please, I'll show nothing but respect, but what you said warranted none. I'm all for manners and respect, but that doesn't mean I'll be belittled by a random on the internet. Especially when all I'm doing is contributing to help others. Anyway, have a good one.
  5. Okay, relax kid - Nobody said anything about feelings being hurt I was just stating a fact. This is the exact reason forums went downhill, because people get behind a keyboard and develop a "God" complex. Be nice, be respectful, have some manners - You'll enjoy life a lot more with a smile on it.
  6. Zerex

    Infamous Wars

    Just registered - Time for me to check it out and play around!
  7. The way I posted does go on the register page.
  8. If I remember correctly: The BELOW goes into register.php // WELCOME PACKAGE $i = USERID - 1 = ITEMID - 3 = QTY // item_add($i, 1, 3); item_add($i, 2, 3); item_add($i, 3, 3); $welcome_subject = "Welcome to ".$set['game_name'].""; $welcome_message = "Welcome message gets inserted here..."; $db->query("INSERT INTO `mail` VALUES (NULL, 0, 1, $i, " . time() . ", '$welcome_subject', '$welcome_message')"); $db->query("UPDATE `users` SET `new_mail` = `new_mail` + 1 WHERE `userid` = $i"); Would that not be correct to send the new player a message and add multiple items? Not used Mccodes in a long time! Found a few files stored away on a USB drive.
  9. I'm a pretty old school forum kinda guy, let's get this post moved to the "Requests" board.
  10. Thank you!
  11. Awesome work! Having an incentive for a player to logon is everything, even if it is only for something as simple as a "daily".
  12. This is actually something that I'm surprised wasn't in the engine to begin with. Something so simple, yet it completely changes the whole "Tutorial" system that exists within Mccodes. Great work! I'll be playing around with this.
  13. I guess that will be my first challenge then. It's nice to see a huge library of free modules to play with so I'm hoping to pick it all up pretty fast, from what I've seen it looks real simple.
  14. Thank you for the explanation. I appreciate the breakdown. I imagine Mccodes V1 was never updated for PHP 7?
  15. Awesome collection, work and website! Keep up the great work!
×
×
  • Create New...