Jump to content
MakeWebGames

BoGFx

Members
  • Posts

    139
  • Joined

  • Last visited

Everything posted by BoGFx

  1. Looking forward to hearing from you. My email is [email protected]
  2. As per the page title "Resux".. It sux, again. (kidding.. just had to point out the mispelling).
  3. Hey Alex, thanks for posting this review, I enjoyed reading it :) As for FireFight, I generally have a "me no play mccode" rule, but FF made my exception list. Their NPC / bot / Grim City system is AWESOME. They are full of missions and quests, in an mccodes game! You also have cars and the ability to race cars :O. Their vigor's are stat boosting little pills that have compelled me to stay. I actually am busy while playing it, you have things to do. Great game IMO>
  4. There is nothing to do but facepalm. Like, giant facepalm. I actually have a copy of that script, to be exact there are: 317 files. About 150 of them are USELESS. You have a page for attack, attack beat, attack lost, etc. And then one mod in around 10 files. It is very poorly structured. Owners of that modified script were selling it for $75, why should you get more? And finally, images on login page were made by me :).. so *calculates*.. if you do sell a copy, I'll take $200. (Joking, but they are mine)..
  5. I love the template, however it takes a year and a half to load :|
  6. I can get a 30 day RM, 2k pts, and a chance to name a city, crime or house. :)
  7. gRPG well pulled off.
  8. ty
  9. I am at 5, so 5 more and I am a shoe-in
  10. Around 10 good ones would make me win no problem. ty for doing it :D
  11. I play this Browser based game, and frankly, I love it. It is well coded, and has great people. There are a lot of ajax scripts running most parts of the game, and then the rest of it is simplicity. I don't know what script it is. Possibly scratch? This is a mafia based game where you be your own mobster, etc. etc. Anyways, there is a referral comp going on, and I love MC3 sooo much that I decided to share with you: http://game3.mafiacrime.org/ref/6 Thanks all!
  12. The game goes slower than the MWG site.. *cough* that says a lot. ;) Anyways, it all really depends on what you like and what you're budget is. Have you set a budget?
  13. I'm pretty sure there are already online Norton backups for that...
  14. It COULD be done with a bunch of if statements.
  15. Would there be any interest in me releasing my first big mod, an updated gang wars script. Basics: One gang leader choses Points bet, Days length, and then choses a gang to declare on. Then declares. The other leader gets a mail, can accept or decline. If accepted, points are taken out of account (yes its made so he can't go negative :P) Then the war starts. Days are run in cron_day, once over.. people with most hits win 90% of the pot. Its pretty cool and a big update.
  16. I was reading over the dynamic drive thing.. seems like it'd work. Just try it and post any trouble here?
  17. Very nice, original.
  18. I came into chat EVERY single day asking.. jeeze.. so long cant even properly remember who, but I asked someone .. MY CRONS DONT WORK!!! HELLPPP.. I'd ask it day after day after day. Turns out, I had noooooooo idea what crons were, and I didn't have them set to run at all. :)
  19. If we still had Karma I'd +1 you! Nice of you to help prime.
  20.   Hmm.. I use google chrome and it looks fine.. it looks great!
  21. In the body tag, text-align: center; I believe that will work.
  22. Or.. woah.. they just coded it? Could it be possible! People actually coding!?
  23. depending on your attack system: attack.php attackbeat.php
  24. Shouldn't there be a space between 1200 and WHERE
  25. V2 <?php $q=$db->query("SELECT userid FROM users"); while($r=db->fetch_row($q)) { INSERT INTO `ballplayer` (`userid` ,`balls` ,`throws` ,`hits`, `misses`) VALUES ('$r['userid']', '0', '0', '0', '0'); } ?>   Untested
×
×
  • Create New...