Jump to content
MakeWebGames

sniko

Members
  • Posts

    2,210
  • Joined

  • Last visited

  • Days Won

    47

Everything posted by sniko

  1. its an SQL query so click the sql tab
  2. Wow, great idea illusions, once i come up with an idea, ill happily take part
  3. Im unsure how to do this with photoshop, but with fireworks you would; Make your template Slice it, using the slice tool found in the tool bar, (default, left hand side of the screen, a little green square) File > Export > (Choose export type) Learn CSS Code it up
  4. Side Note: Boondock Saints is an immense film
  5. Just a general question; What is quicker, the switch function (found in illusions post) or the array (found in DJK's) -sniko
  6. Yea array() is a good function indeed. Good work Dom and sweet for the modification
  7. Me fail at hands :L, im getting better though
  8. Looks like you have done your homework in the porn industry ;) :L
  9. Replace line 21 with: $maxFam = mysql_fetch_array(mysql_query("SELECT `ID` FROM `family_mod` ORDER BY `ID` DESC LIMIT 1"));
  10. Wow, thats amazing wrx, i am hopefully going to increase my drawing skills
  11. Ok thanks wrx, Ill get my brother to design a new one soon
  12. Which version of mccodes are you using?
  13. Hey there Matthew, Replace lines 19-21 with the following   $eventsLimit = 10; //change this to the amount of event you want to show //get maximum # of familys $maxFam = $db->fetch_row($db->query("SELECT `ID` FROM `family_mod` ORDER BY `ID` DESC LIMIT 1"));
  14. Ah okay thanks Dave, ill take that into consideration
  15. New login Layout installed! Intergrated into html/css by CJ - Twitch
  16. You could use a terny   $id = ( !is_numeric($_GET['id']) OR $_GET['id'] < 1 OR is_null($_GET['id']) ) ? 1 : abs($_GET['id']);
  17. Not a problem CJ - Soon, ill get better and they will look more realistic -sniko
  18. haha thanks Dom and Spydre
  19. Hey there, Here is my first mascot i have ever created - it will be used on CrimeTown (CJ - Twitch's game) Here it is... Uploaded with ImageShack.us I really like it as it has a cartoonie look. Thanks for viewing -sniko Spiedex Corp. Founder
  20. Haza-Dee
  21. Thanks for my name mention dom and lilith
  22. Thanks Wazam and Twich
  23. May want to structure your code, ill show you on MSN my preference. Anyway, good modification idea. -sniko Spiedex Corp. Founder
  24. Spiedex has been my project for a vey long time - since December 29th 2009, and you may be thinking, Have i quit?. The answer is No i haven't. Ive just been extremely busy Spiedex is a zombie infested world pandemic themed role playing game which is running off a custom engine, so it wont have that "mccodes feel". Features; . Survival tactics can be applied to survive in the world of Spiedex . Able to team up with 1 - 3 other players in a never seen before Co-Operative mode with many features that will never find boring! . 2+ Attack systems - so you will never get bored attacking endless hordes of zombies. . 1000's of weapons and items to be used . 100's of collectibles to collect! . Complete missions to find out what happened to Spiedex Corp. . Custom made forum . Meet friends, get together and fight . Create challenges with other people in Co-Operative mode . Choose between 2 classes and 5 other "sub-classes" . Loads of elite survivor packs to be purchased to receive many benefits . Many awards to be unlocked . Plus Many More Visuals; . View press releases and bulletin releases from Spiedex . See your sub class as a mascot on your survivor profile (In creation - Im drawing them) . Easy to navigate layout . Easy to the eye graphics Pre Register; . You can pre-register and receive many benefits, such as a gold plated or a pink PIMP plated p99 pistol (You can choose) . Pre register link @ http://www.spiedex.com . Receive newsletters once spiedex is open . Participate in the BETA testing (E.T.A: January 2011) Updates; . Since i last posted a Spiedex thread here it has been undergoing many changes . More updates to come . Updates will happen once the game is open, some based off players ideas! Please pre-register at http://www.spiedex.com and refer your friends to get the Gold plated or Pink PIMP plated p99 pistol! Thank you for reading; -sniko Spiedex Corp - Founder
  25. Thanks Wazam
×
×
  • Create New...