Jump to content
MakeWebGames

Hazard

Members
  • Posts

    32
  • Joined

  • Last visited

    Never

Hazard's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. The look new look and layout is much more appealing and organized than the last one. I like the new tools as well, the only bad thing is that all the old threads have now been archived. I suppose it was time for a reset anyway. Overall its a nice upgrade! :thumbup:
  2. Re: [REVIEW] Mafia Vendetta - New and Looking for Feedback iamwicked I am definitely NOT one of those people out there that just buys the source code for the sake of it with no intention of actually making it. I have been working on the actual code of my game for a while - day and night. The graphics you saw have only ever been seen by you, me and and my mate (who just likes likes to play the game). The point is that the images were just for use as a template to build my game off of. Of course I'm not going to just 'steal' an image and use it forever, if the game became popular somebody would eventually shut me down. I have now closed the game and I'm making a complete revamp as we speak. P.S Thanks to everyone who helped with the stock photo images.
  3. Re: [REVIEW] Mafia Vendetta - New and Looking for Feedback Any images I have taken were purely just for template design. I have now taken all copied images down.
  4. Re: [REVIEW] Mafia Vendetta - New and Looking for Feedback Sorry iamwicked, I didn't mean to cause any offence. I am working on a completely revamped header as we speak. Any images that you claim to be yours, I will remove. I didn't get these images from one your websites (as you said) they were from another online game advertised on CE. Anyway, if you have another problem just say :wink:
  5. Site Name: Mafia Vendetta Site URL:www.mafiavendetta.com I've just started (abt 3 months) making a new orpg based on MC Codes. Please review and give any feedback. :wink: User: demo Pass: demo
  6. Re: Gang Crimes - Help Needed (Please Read) Yep that fixed. I knew I was missing something simple. Cheers killah! I hope this helps many other people.
  7. I have some experience in php but this is driving me insane! The Gang Crimes do not seem to appear when trying to commit a crime. I have searched all over the CE forums and no-body seems to have a simple and correct answer. Anyway, here's my code:   print "<h3>Organised Crimes</h3> <form action='yourgang.php?action=staff&act2=crimes' method='post'>Choose a crime that your gang should commit. <select name='crime' type='dropdown'>"; $cnt=$db->query("SELECT username FROM users WHERE gang={$gangdata['gangID']}"); $membs=$db->num_rows($cnt); $q=$db->query("SELECT * FROM orgcrimes WHERE ocUSERS <= $membs"); while($r=$db->fetch_row($q)) { print "<option value='{$r['ocID']}'>{$r['ocNAME']} ({$r['ocUSERS']} members needed)</option>"; } print "</select> <input type='submit' value='Commit' /></form>"; } }   If I'm missing something really noobish you can slap me :wink:
×
×
  • Create New...