Jump to content
MakeWebGames

Sim

Members
  • Posts

    2,392
  • Joined

  • Last visited

  • Days Won

    62

Everything posted by Sim

  1. Sim

    Apologies

    The same reason I "disliked"
  2.   How is that? Everyone is required to use the internet today... ;]
  3. Nice, looking forward to it. =]
  4. Word. Anymore #cocky #coders care to join us. ;)
  5. I like the silver. Opinios are like ssholes, we all got them.
  6. Sim

    Apologies

    It was an attempt to quick post but actually took longer since the msg2short error appeared -_-
  7. Sim

    Apologies

      Ditto =) /msgToShort
  8.   A fully customized item system is complicated. I have nearly finished one, but got side tracked by another project. I am not just talking about in terms of coding, but as well as making it user friendly so people know *** there doing.
  9. I got a few questions: How old are you? What technologies do you know? I read you develop websites. Is your team local based or virtual? Are you really from Essex, Maryland? -If so, can you get me a job at your work? I am from Dundalk. -Bill
  10. Define "real item types" ?
  11. Looks nice. Adventure feature looks fairly interesting although I can't read wth it says. $10k for it is a bit crazy especially since the game is not "released". Well I am assuming it's not since its on localhost. What kind of ways can this "game/engine" generate income?
  12. I was thinking about "What if people have JavaScript disabled" last night since my latest project's front-end relies %100 on JavaScript & jQuery. I think I will just use the FaceBook approach as seen in a earlier screenshot =]
  13. As far as I am aware, $_GET[] variables are mixed variables. So if I am expecting a number, and its $_GET['id'] then is_int($_GET['id']) is false, well it does it's job if it's not a whole #.. ;]
  14. ? I didn't even know there was Rep on this forum =] IRC [MENTION=69670]Script47[/MENTION]
  15. I don't care how cocky you are. I am VERRRYYY cocky, but I know when to be and when not to be. My cockyness truely show's when me & some friends are argueing over Skype about method's or concept's. =]
  16. Regardless, since I am on PC now. I am sure he did something like this: http://api.jquery.com/load/   $("example").click(function(){ $( "#content" ).load( "something/example1_feature.html" ); });
  17. I prefer this one: http://php.net/is_int Its just a personal preference.
  18. Wouldnt it be is_int() as ctype_digit() allows for decimals?
  19.   A little update. I say I am about %90 done the engine framework and structure of the files & tables. It just requires a little fine tweaking. Next is to start knocking out all the features that it will come with. I def do not see it being released Jan 2nd though, but Jan 9th is doable.
  20. Sim

    Mafia V2

    Your lonnnggg menu on the right.
  21. $max_rand = 2000 / 20 = 100; $chance = floor(15 / (20*0.2) ) = 3; if(mt_rand(0, 100) < 3){ // opponent dodges }   2% chance of dodging everytime?
  22. I think Coly's idea would work. He just need's an attack formula now =)
×
×
  • Create New...