Jump to content
MakeWebGames

MNG

Members
  • Posts

    629
  • Joined

  • Last visited

  • Days Won

    23

Everything posted by MNG

  1. If it ain't broke, don't fix it ๐Ÿ˜„
  2. Lol I was just thinking about this.
  3. I am looking for a mod custom just for me, all these features coming out and everyone having the same game is getting weird. My budget for this mod is $40, not asking for much. Membership, - Players can buy the membership for points - This features adds a image on the user profile - Change bank tax rate to 5% - Bullets are at a 50% discount from the bullet factory
  4. 40 big ones! Guest Iโ€™ll have to buy this on payday, thanks Dave!
  5. Welcome, glad to have ya here ๐Ÿ˜„
  6. Do you do custom features requests?
  7. Nice looking forward to this!
  8. The download link is broken, maybe @Dave can fix it.
  9. Mccode has a lot of mods already out and majority developers here first engine including mines. So the help is there. This is my engine so I can offer helps when it comes to errors. GRPG is a active engine, a lot of cool developers to meet and hire. An active community and very fun. One thing should be aware of hiring someone is to never pay upfront to a unknown developer. When I was ever trying to hire someone a weird guy offer to do it and ask upfront payment which is no no in my book. Join the GRPG discord to get help pretty active including me in it, if ya any help related to css/html and designs.
  10. I believe 7.2 or 7.3, sorry for the late response been traveling,
  11. Looking to sell it for $500 but the price is negotiable
  12. I am selling the full game, rights and grpg v2 license all images are included except awards Very fair price, just want to give you guys a chance before posting on FLIPPA SOLD AS IS (Releasable to the public ready) DOMAIN IS NOT INCLUDED Game Link - wisecrime.com Login Info - demo/demo
  13. MNG

    COD MW

    A lot of camping, never seen so much camping in my call of duty life but itโ€™s fun. I have became a shotgun master.
  14. GRPG - Nice engine and active community. MCCODE - Can't go wrong with all the free mods that's available and majority of everyone here worked on the engine, strong support system. GL - Very Under rated to me this engine runs the smoothest out of the 3 but sadly not many developers besides Dayo when it comes to creating customs mods. Currently using GRPG for my game, playing with the GL engine and will be using MCCODE V2 for a medieval idea I have (just gotta find my license or just buy another one)
  15. Found this just sitting around thought someone would like it. Enjoy! icon.psd
      • 2
      • Like
  16. Thanks, :D
  17. This isn't my mod just converted it over to GRPG, enjoy! Thanks @ags_cs4 Save this as gift.php and upload it <?php ########## ## Codded by ags_cs4 ########## ## Config ########## require_once __DIR__.'/inc/header.php'; $_GET['use'] = array_key_exists('use', $_GET) && in_array($_GET['use'], ['gift']) ? $_GET['use'] : 'none'; if($_GET['use'] == 'gift') { if (!$user_class->gift) { echo Message('You have already use your gift!', 'Error', true); } $money = 50000; $db->trans('start'); $db->query('UPDATE users SET money = money + ? WHERE id = ?'); $db->execute([$money, $user_class->id]); Send_Event($user_class->id, 'You have recieved $50,000', $user_class->id); $db->trans('end'); echo Message('Gift has been given '); } echo " <div class='card-header text-left' style='color:#fff;background: url(google.com) 0 0 repeat;'>Gift </th> </div> <td class='content'> <table width='100%' class='pure-table pure-table-horizontal'> <tr> <th width='12.5%'> <center> <br> <a href='gift.php?use=gift'>TAKE</a> , <a href='index.php'>NO</a></center>"; ?> Add this to your SQL in PHPADMIN ALTER TABLE users ADD gift INT(11) NOT NULL DEFAULT '1' AFTER speed; Add this to your header.php <?php if($user_class->gift > 0) { ?> <div class="w-100 d-flex flex-column my-1"> <div class="text-center"> <strong>You have a gift available</strong> </div> <div class="text-center"> <a href="gift.php">Free gift</a>
  18. I remember when someone could send a DMCA to your host and that provider would suspend the site for 24hrs then when they found out it was legit they'll unsuspend it. I think this was a problem back in the day. I'm not proud of it but I was taught by a vet on here and took down many of my competition that way. I think that's why I always chose offshore servers over US servers.
  19. I am the Owner of Wise Crime and a graphic designer, I was inspired by Peter and have been designing since 2013 still not on his level though. Services - XHTML/CSS ($20-$50 per PSD) -XHTML/CSS Responisive ($50 -$100 per PSD) -Layout PSD($40-$100 per PSD) -Banners ($35-$70) Prices vary depending on how complicated the design is. Terms Of Service - I can deny any request - Refunds will be only refunded upon MY discretion - All buyers will be able to verify work before files are sent over - Buyers will pay upfront or 50% depending on the work load. - I do not offer installation due to my limited knowledge on game engines Here is some of my work.
  20. Just wanted to know everyone thoughts on offshore hosts. I use them but somewhat expensive. Also feel free to post any offshore hosts that you recommend.
  21. What's your discord or skype, I believe I had this problem as well.
  22. Why not clear it through phpadmin?
  23. Review of this service Great to work with but inconsistent in communication. Have bought a few mods and all work. Still waiting for a mod, itโ€™s been almost 2 months.
×
×
  • Create New...