Jump to content
MakeWebGames

Zettieee

Members
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Zettieee

  1. Sold! :) /msg2short
  2. Reminds me of minecraft? :O But good luck on sales. :)
  3. That's pretty cool! Maybe someday my upload speed will be usable :(
  4. Add think light blue bar in between the 2 "menu" bars. :)
  5. Your getting pretty good! Nice mod! :)
  6. Sniko hit the mark. Sent pm @Sniko. :) I'll keep offers open for 12 hours so... :)
  7. So a customer failed to be specific in what he wanted. What he wanted from me, was a "Rip" but in his words: "a clone like this" Link: He didn't want what I made so i'm here trying to make some money back :O To be clear, This is 100% my work and no images was taking from sosfactory! This is only a PSD and no code is provided. I'm sure some lovely person on here will code it for "cheap". :) Post offers or pm :) login: [ATTACH=CONFIG]1172[/ATTACH] Ingame: [ATTACH=CONFIG]1173[/ATTACH] The layers are well put together, and in the proper folders. PSD layer and file structure: [ATTACH=CONFIG]1174[/ATTACH]   ^_^
  8. Zettieee

    Chat RPG

    Would you consider releasing the source? :O
  9. Thanks rj :)
  10. It took less than 5mins xD! And could be done in pure CSS3. :)
  11. I just posted a PSD. I'm sure he use that...
  12. Thanks kyle! Just started adding some things to it now. Trying to keep the clean look though. :P Edit: Quick update, after thinking about what Kyle said, I'm changing the content and menu. Keeping the header the same. Will post an update later tonight. :)
  13. Zettieee

    Torn Menu PSD

    Feel free to use this, Make sure to credit me. preview: [ATTACH=CONFIG]1168[/ATTACH] And here's the download: http://www.sendspace.com/file/4wce02
  14. I've never played torn, inbox me a screenshot and skype name.
  15. My computer just restarted without saving my documents. So don't have the PSD. If you want to use this design (the one im about to re do) send me a PM /w skype info if possible.
  16. Just a quick mock-up for something I had in mind for a while. Re worked version: Maybe I'll change the main menu later on. Let me know what you think. I used some custom brushes aswell as some pre made ones (free, CC_SA) The Girl in the avatar location I don't own. CC is fine, don't be a douche though. :)
  17. This reminds me of grpg... but here goes:   <?php session_start(); include("inc/config.php"); if (!isset($_SESSION['user'])) { header('location:index.php'); }else{ include("inc/user_info.php"); $id = abs(intval($_GET['id'])); $query = mysql_query("SELECT * FROM users WHERE username = '{$_SESSION['user']}' "); $d = mysql_fetch_array($query); echo" <h3>Send Points</h3> <form action='send_points.php?id={$id}' method='POST' /> Amount <input type='text' name='amount' /> <input type='submit' name='send' value='Send Points' /> </form> "; if (isset($_POST['send'])) { if (!isset($_GET['id'])) { echo"Invalid User"; }else{ $amount = $_POST['amount']; if ($_GET['id'] == $d['id']) { echo"You can't send points to yourself."; } elseif (empty($_POST['amount'])) { echo"You must enter how many points you want to send."; } elseif($_POST['amount'] > $d['cash']) { echo"You dont have that much points."; }else{ $check = mysql_query("SELECT * FROM users WHERE id = '".$id."'"); $run = mysql_num_rows($check); if($run == ""){ echo "Invalid user id."; } else { mysql_query("UPDATE users SET points=points+$amount WHERE id = '$id' "); mysql_query("UPDATE users SET points=points-$amount WHERE username = '{$_SESSION['user']}' "); echo"SENT"; } } } } ?>
  18. Real Time Strategy I think ? ^
  19. The guy backed out for $5? That an arsehole? O.o This would be prefect for some of these medieval rts games. Good luck with sales.
  20. You are storing a time stamp. Time stamps count backwards from the time set.
  21. ^_^ They have some nice bundles going aswell. :D
  22. That is amazing! I just played the demo. Really fun! You should make a simple play (or a separate game) for people who don't know js, Using buttons. Best of luck!
  23. ^_^ Haha kanna my friend works there! It's not the biggest discount but, it's something! :)
  24. So then grant might not own GRPG?
  25. Hey so I'm looking to build a new PC at the end of this month (1st November). I'll be gaming most the time. Nothing intensive just older rpg's and some older mmorpg's. I'll also be using Photoshop and Sony Vegas Pro a lot of the time as well. My budget is £500 flat. I already own a good case (uATX). 600w PSU (bronze 80+). WD 2TB HDD. 60GB SSD(OCZ). What I need: CPU, GPU, RAM, MOBO. What I was looking at getting: i5 3470, P8H61-MX R2.0 mobo, 8GB G skill ram, ASUS hd7770. If anyone has a better build option post it below please! If it helps I have a staff discount at Maplins (UK store). Thanks guys!
×
×
  • Create New...