Jump to content
MakeWebGames

Zettieee

Members
  • Posts

    790
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Zettieee

  1. I just don't understand some people.. how the **** can you manage/code a game without been able to solve this simple task by yourself?
  2. I liked kyles way :x so simple! yet works.
  3. Buy mccodes v2.
  4. I've ran ravan script before and had no issues with been taken down. But then again I have a valid lisence :x
  5. Replace: session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm); $h->menuarea();   With include 'globals.php';   then replace: mysql_ with $db->   then replace fetch_array with fetch_row   then replace real_escape_string( with escape(
  6. You could get a custom engine made by someone like MTG (yeah it'd be similar to mccodes but atleast it'd be a little more secure) EDIT: Didn't mention a price because I didn't ask MTG.
  7. Anyone managed to get the chat working? Or just me been dumb? :/
  8. It's about time we got a real time chat system! :D
  9. I had it for GRPG many moons ago. Kept gangs fighting. Thus more donations to cover training costs. :P
  10. Gang controlled citys | better gang wars: - if no gang controlls the city the gang leader needs to pay x amount - gang leaders can set a tax for that town [1-15%] that will get paid into the gang vault every 24 hours - another gan can take control of the city by beating them in gang war - gang wars should only last 24 hours - gang leaders can set a price in cash or crystals (both gangs need to have the money in gang bank) winner takes all. I got the ideas just not the time. :D
  11. Ay me too but it's standard mccodes - what you expect? :P
  12. Any chance of you coding up some more free mods?
  13. Sold.
  14. No, that's kinda nasty :( But it works! thanks man.
  15. Awesome. Testing now :D
  16. Erm, doesn't seem to work for me. No links work. nothing changes :(
  17. ^ Grids are a GOD SEND!
  18. Your speaking to yourself jcv, this is a spammer :D
  19. If it didn't use unity plugin I'd try them...
  20. v1 is free. go have some fun.
  21. If you purchased it on the mccode market. Go here: http://mccodes.com/myproducts.php If not, send him a msg on this forums. (I'll go let him know on skype aswell) :)
  22. I'm suprised v2 is still been sold! It's a little old now.
  23. I've had MTG's code in almost all my projects. This mysqli class was at the time really rather awesome! I haven't seen it in atleast a year. But still, he never claimed my projects.
  24. Most people on this forum know what they are getting when they hire someone. Refudning 36 payments on paypal is a shady thing to do. If you really wanted to get rid of MTG then cut your loses and leave. Refunding money like that is going to drag this out. Oh and btw. Paypal ALWAY side with the person selling virtual goods. GL!
  25. No I'm spartacus!
×
×
  • Create New...