Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. shoot me a pm if you still looking
  2. Who you talking to [MENTION=70383]Tangled[/MENTION]?
  3. I would use the strlen($var) function 0, null, as well as few other things are considered empty strings. I just posted about this on my forum: http://gamemakersforums.com/threads/logic-and-template-separation.20/#post-142 This should work. $_POST['$itmbuyprice'] = (strlen($_POST['itmbuyprice']) > 0) && is_numeric($_POST['itmbuyprice'])) ? abs(intval($_POST['itmbuyprice'])) : 0;
  4. I think this would be more helpful. If itmbuyable isn't checked, $itmbuy is never going to get set. if(isset($_POST['itmbuyable'])) { $itmbuy = 1; } else { $itmbuy = 0; }
  5. Even it does get released, they better have some new & great features or its going to suck anyway. There was a ton of engines already built since V2 that a lot of people are interested in now. The owners of MC-Codes are idiots, they had a solid client base and could of kept pushing new versions every year and kept the money rolling in even if the new versions wasn't the best on the market at the time. I am sure a lot of the clients have done moved on by now. GL, NWE, ect. Or even graphical engines, html5
  6. Sim

    Paypal IPN

    Paypal has me blacklisted =(. I can never be a member of PayPal again. I can send payments to people though.
  7. Whats your youtube?
  8. shouldn't echo "Size: " . ($_FILES["file"]["size"] / 1024) . " kB<br>";   be echo "Size: " . ($_FILES["file"]["size"] * 1024) . " kB<br>";   "size" is in bytes, right?
  9. When is a game fully done? Most web games are truly NEVER COMPLETED. Your either adding new features over time, or game contents.
  10. Your activated now. I seen you logged in and assumed you was already activated.
  11. Your already verified. =0
  12. So I started a new forum: http://www.GameMakersForums.com I am trying to get some new members. Its not just geared towards web development, but other areas of game development as well. So it be cool, if you could sign up and help contribute.
  13. This must be a bot. An advertisement about a fishing game but doesn't actually link to the fishing game?
  14. Not cellphone comptable at this time. Maybe sometime in the future.
  15. Thanks. I'll look into it. I was thinking about using jQuery at first.
  16. about 5-6 total hours over 3 weeks.
  17. The game currently does not keep any sort of score. Its just gameplay or tech-demo I suppose. The object of the game is to get 3 or more colored blocks in a row to remove them. I am thinking about naming it "3 to 5 or 7 Blocks" This was me just testing some things on HTML5, js So the code was sort of slopped together. I may turn it into a multiplayer game.     http://orpgcreator.com/3blocks/3blocks.html
  18. What kind of houses? Drawn houses or pictures around the neighborhood? 10 houses alone would cost ~60 for a very low budget artist or way more for a great artist. Depending upon how much content you want, well that's another story. I have a list I paid for of 100 crime text with success and fail text if your interested.
  19. Sim

    good designer?

    As peter has said, it would depend on how many of each facial item you would need. I also know several talented artist at reasonable prices who could do these for you.
  20. Same.. Personal: underscore for variables and CamelCase for functions and methods
  21. Sim

    Exploits

    The way you started that was sort of contradicting [MENTION=65073]lucky3809[/MENTION] Let lunatic call them glitches or hacks. Who cares? Some of the best security experts in the world actually are "good" people. Im not saying @Luantic is good or bad though. He could have a little devil brewing inside him/her but could eventually see the light.   I mentioned Its a fine line between on text based games when it comes to calling something a glitch or a hack due to the fact its mostly text. When referring to glitches in most games, most people refer to glitches as a graphics glitch and hacks that modify the outcome of the game like walking threw a wall in a certain spot would be a glitch or a possible easter egg.
  22. Is english your primary language grant?
  23. Sim

    Exploits

    He didn't say he wanted to know "hacks". He said "game glitches". Some involve hacking, while other game glitches involve coding mistakes such as entering negative values withdrawing money or transferring money from players.
  24. King is cavell not cordell. Ive talked to to cavell on the cavell on the phone many times about projects and as much as i hate to say it is coding quality has passed mine. Ive seen some of his recent code.
  25. Did grant die? Site's still not up....
×
×
  • Create New...