Jump to content
MakeWebGames

aliali786

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by aliali786

  1. New to this stuff. wanted to make my own text based game. Any Advice or tips? My game so far, basing it on call of duty with prestiges etc. lol http://testgame.zymichost.com/
  2. There are many different engines out there but i was wandering what the majority of us are using? Post your engine below. I'll also know what engine to code for when i create mods for you guys.
  3. aliali786

    How To?

    DO you have skype? i can get that done for you with iframes in the headers
  4. aliali786

    How To?

    so you want player info at the top navigation to the left and a seperate window which is the only page that changes. You'll have to use different frames for each part. A top windows a left windows and a big window for the rest of the game.
  5. if($_GET['LID']) ? ? ? Lets say 0 means they havent rated and 1 means they cant rate again DID is either 0 or 1 if($_GET['DID'] == 0){ blah blah else if($_GET['DID'] == 1){ echo "you have already rated this post"; } else { return functionName(); }
  6. Many people come up with similar mods for mccodes but i have thought of something different. A nuke item which is really rare and expensive from the highest city. As soon as one uses this item every user online will have a nuke countdown live of 10 seconds (A little similar to Call of Duty Modern Warfare 2). This item can have different effects whatever you want it to do. I was thinking that it could put every user in hospital and put that current city where the nuke was used out of use for 24 hours and the user the deployed the nuke gets a lot of exp. Let me know what you guys think.
×
×
  • Create New...