Jump to content
MakeWebGames

Veramys

Members
  • Posts

    365
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Veramys

  1. So a few weeks ago my partner made Inverted a layout psd in return for a player to player trade system, because I was having trouble getting mine to work properly (I have since fixed mine and it works wonderfully). But the trade system that Inverted rushed through and sent us, was buggy and did not work at all. I would not recommend him for anything unless he's actually going to sit down and code properly and even then I wouldn't pay the full amount up front. He himself went back through and looked at the code and pointed out several areas where the code wouldn't work and told us hey, you can't use this and sent us a "fixed" copy that again didn't work and he found more bugs in. Eventually I decided to think hard and finally came up with a solution to my system. But we were highly dissatisfied with him. So in the end my partner did work that he really didn't get paid for.
  2. Probably. I've never focused much on it because I use Dave's Donation mod.
  3. I think paypal has an api for this. You could look into that.
  4. I think he's using Comodo Dragon or Torch, according to his last thread about his mccodes account. Maybe try sticking with Chrome or Firefox?
  5. If I am correct, I think he wants something where a regular user can customize their own pack.
  6. Ok now I get what you mean, and that makes perfect sense. Thanks for explaining it better :)
  7. I don't see how you would lose functionality [MENTION=68711]KyleMassacre[/MENTION] all that doing it $db->fetch_row($db->query( does is cut down on using two lines to do what you can do on one. Why have this: $q = $db->query("SELECT * FROM users WHERE userid=$userid"); $r = $db->fetch_row($q);   When this is easier:   $r = $db->fetch_row($db->query("SELECT * FROM users WHERE userid=$userid"));
  8. First we're not using mysql. We're using the mysqli class. And second straight from mysqli class: function fetch_row($result=0) { if(!$result) { $result=$this->result; } return mysqli_fetch_assoc($result); }   So why not fetch at the same time as querying? There isn't anything wrong with doing it that way.
  9. Nvm noticed just now this is for grpg haha :P
  10. Use IE8? Really [MENTION=50433]ColdBlooded[/MENTION]? Maybe if you want the suckiest browser in the world. lmao I'd use Chrome or Firefox if I'm desperate.
  11. I had a few friends that I met on a game I played and we've been friends for years. When I coded my first game they are the ones that helped me release it. So we ran it together but I did all the coding.
  12. Veramys

    Tax

    I was told that if you live in the US and it is classified as a hobby and you didn't make over $6200 then you don't even need to file.
  13. I was gonna say that it looks like it is having a problem with the apostrophe you used. But I tried it both without signing in and with signing in and it is working just fine for me.
  14. My next computer is a ways away from me being able to afford it lol. I want the iMac Retina fully loaded. Which will run to about $3828.
  15. Level 12 before I got bored lmao
  16. Pay me a gazillion dollars and I'll be staff :P
  17. Veramys

    Apologies

    Thank you [MENTION=50433]ColdBlooded[/MENTION]
  18. Veramys

    Apologies

    Filed a report now. [MENTION=50433]ColdBlooded[/MENTION]
  19. Veramys

    Apologies

    Perhaps your mouse could slip and fix my license like you said you would months ago.
  20. I like them [MENTION=65100]W3Theory || Peter[/MENTION] I really wish I could afford an iPod or a Samsung tablet so I could download games. I enjoyed the first you brought out, I have no doubt I'd enjoy this new one coming out!
  21. That one quote should say it all [MENTION=69823]jcvenom[/MENTION]. I applaud you for wanting to learn and trying to be helpful at the same time [MENTION=70496]Unknown[/MENTION]. I hope all goes well for you.
  22. Why don't you look at [MENTION=52003]Dave Macaulay[/MENTION]'s Donation Mod, it is one of the best I've seen around.
  23. No offense, but after seeing your login page my first instinct was to laugh, I had no instinct whatsoever to sign up or play however. If you want someone to sign up, you need to do more than "be the first to release a game in 2015". Seriously it's not well developed, there is no originality. Maybe I'll check it out after you do a massive recode.
  24. I'm not a big fan of Fusion Rifles. I have a Legendary Shotgun that I got from a Rare Engram that I really like, mostly though I switch between a hand cannon and an Auto Rifle. I've still yet to find any Legendary or Exotic armor.
  25. Do all the bounties you can do, if you already have access to them. Bounties will shoot your level up quick.
×
×
  • Create New...