Jump to content
MakeWebGames

AshTonka

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

AshTonka's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: [V2] Cron Mods Request the bank in my game works fine if your having problems mail me on my game
  2. Re: [V2] Cron Mods Request that the code that i got with the V2 mc codes and i have had very very experienced coders have a look at them and they say nothing is wrong with them so no i will not use code tags :-D :-D
  3. Re: [V2] Cron Mods Request <?php include "config.php"; global $_CONFIG; if($_GET['code'] != $_CONFIG['code']) { die(""); } define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $db->query("UPDATE users set hospital=hospital-1 WHERE hospital>0"); $db->query("UPDATE `users` SET jail=jail-1 WHERE `jail` > 0"); $hc=$db->num_rows($db->query("SELECT * FROM users WHERE hospital > 0")); $jc=$db->num_rows($db->query("SELECT * FROM users WHERE jail > 0")); $db->query("UPDATE settings SET conf_value='$hc' WHERE conf_name='hospital_count'"); $db->query("UPDATE settings SET conf_value='$jc' WHERE conf_name='jail_count'"); ?>
  4. Re: [V2] Cron Mods Request yer sure man hold up a sec ok
  5. Re: New Houses Mod [Mccodes V2] very nice mod but do you think you can put it all together so its easier to add to my game please with all the adds and take out very much appreciated
  6. Re: [mccode v1] Bank how do i install the bank and where is the link so i can put it on the game ?? can you please help me out
  7. Re: [mccode] Additional Currency Its not working for me i have tryed all the SQL in here i have put everything where it needs to be so yer can you please help me out
×
×
  • Create New...