Jump to content
MakeWebGames

Dominion

Members
  • Posts

    2,447
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Dominion

  1. As he said in his post it's the Gangster Legends Game Engine.
  2. and the error given by php is?
  3. As i suggested before use an IDE that tabs for you. <?php if (in_array($_POST['crime'], array(1, 2, 3, 4, 5, 6))) { if (rand(0, 100) <= $crime_information[($_POST['crime'] - 1)]) { $suc = "yes"; echo str_replace('{money}', $payout, $crime_success_text[$_POST['crime']]); } else if (rand(1, 3) == 1) { $jail = "yes"; echo "You failed to commit the crime and the cops caught you."; } else { echo "You failed to commit the crime."; } } ?> ^ done by netbeans for me. On a positive note, well done. Looking very nice considering the file difference there. :)
  4. A few suggestions – 1) Folder stricter e.g. __filname are just includes right? Why not have an includes folder? (General for always included and then a sub folder for those you include now and then). Include all the “always included” with one file making mod creation easier. 2) Hard to read in places download something like netbeans, and use it’s “format” function. Would be quick(ish) and make it a lot easier to understand.
  5. As already said you can still buy the mods. http://www.isomerizer.com/index.php?x=mods
  6. Do you have any programming experience at all? Also what's you budget? What do you mean by “partner” 50/50, 70/30 etc...
  7. Yes it is. All i did was click a drop down's submit without selecting anything. Don't want to see errors when i miss click something... The gangs page goes to a white screen a lot as well. Past that I did not even try anything else.
  8. Still has problems. Also id 1 still has no gender? The installer still does not just have unlink() rather than the rather large, and ugly "delete the installer.php" on the logged in page?
  9. updated the demo?
  10. Dominion

    Ip block

    So no one on your game may use any kind of public connection?
  11. If you have any evidence to contradict this please pm me. This is turning into... Spam, therefore the Thread is being locked.
  12. Please post evidence.
  13. I don't get this? You wanted to work with him so you told people you did?
  14. He is selling something already done... If you want something else then yes, you can get it done by a graphics designer.
  15. Look again. <b>You now have \$".number_format{$ir['bankmoney']}." in the bank.</b> number_format() ;)
  16. Am i missing something or did you just add 2 sets of abs(intval)) to the file?
  17. I am aware of that, it was just an example of how people get around it ;)
  18. Why would they not just arrange a strange amount to buy? E.g. “my listing is the follow 2010987” <- specific number makes trading easy even without a name. If it's something like an item market then it's still going to have workarounds... or the more common way via a gang's armory. Why not allow actual player to player trading? The logs will make multiple accounts much easier to spot. I assume you're logging the market buying/selling ip anyway?
  19. I think everyone will notice now. *wonders if Forelawn.com has asked to list all the sites/mods on their site*
  20. He was banned from chat for acting like a child. Also he seems to be asking just about anyone he talks to if they want to be his partner on a new site. Just a warning.
  21. Dominion

    Game engine

    So what? You want an engine like mccodes, but not mccodes?
  22. Dominion

    Game engine

    Well... Zap/ezrpg are the best basic ones in my opinion. Without a plan any engine you use won't really get you anywhere.
  23. Only if the data is Text (so a string) ... mysql_real_escape_string() does not magically fix everything ;)
  24. Happy Birthday.
  25. Just a few points - 1) This is not where you post to sell an mccodes mod. (I will move it, but for next time post correctly) 2) Please show something about the mod. Saying "like X mod" is not enough. 3) If you can show a demo via pm why not show it to the public? Also dave i assume you can prove that? http://makewebgames.io/forumdisplay.php/345-Collaboration-experiences ;)
×
×
  • Create New...