Jump to content
MakeWebGames

BlueDevil23

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by BlueDevil23

  1. Re: [Request]Business Mod Floydian's is prolly exactly what your looking for, i've seen screenshots of it and TC's next to each other, and you have to look closely to notice the differences lol I think he told me it was in the 200 dollars range, but dont hold me to that......
  2. Re: Task: the 10! minigame 10! = 3,628,800 variations of those numbers have fun!! haha
  3. Re: FACEBOOK GAME DEVELOPMENT Yep, i know someone in the process of converting their MCC game into a MySpace app... should be interesting..
  4. Re: [MCcodes V2] Gang Bomb [$15.00] Yep, this is basically the same as Cronus'
  5. Re: [FREE] Mail All Other Gang Leaders [V2]   Sure, go for it... but 20 gangs x 2 leaders per gang[President & V.P.] = 40 mails of all the same thing... but with this, you can just type it, click send, 40 mails instantly....saves a lot of time. :P
  6. To start off... I did not make this mod, this mod was made by Tonka. I only ironed out some errors. Tonka has given me permission to post this.   What Will It Do? This will allow you, if you are a gang president, to mail all other Gang Presidents and Vice Presidents. Why? This can be used to warn other gangs of wars, or possibly to warn other gang if you take so and so member into your gang, you will be warred. In yourgang.php Find: case "massmailer": gang_staff_massmailer(); break;   Add under: case "outsidemailer": gang_staff_pvmassmailer(); break;   Still in yourgang.php... Find: [url='yourgang.php?action=staff&act2=tag']Change Gang Tag[/url]   Add under: [url='yourgang.php?action=staff&act2=outsidemailer']Mail Other Gang Leaders[/url]   Still in yourgang.php... Find: tag: <input type='text' name='vp' value='' /> <input type='submit' value='Change' /></form>"; } } }   Add under: function gang_staff_pvmassmailer() { global $db,$ir,$c,$userid,$gangdata; if($_POST['text']) { $subj='This is a mass mail from a fellow/rival gang leader'; $q=$db->query('SELECT gangPRESIDENT, gangVICEPRES FROM gangs'); while ($r=$db->fetch_row($q)) { $db->query("INSERT INTO mail VALUES('', 0, $userid, {$r['gangPRESIDENT']}, unix_timestamp(),'$subj','".addslashes($_POST['text'])."')"); $db->query("INSERT INTO mail VALUES('', 0, $userid, {$r['gangVICEPRES']}, unix_timestamp(),'$subj','".addslashes($_POST['text'])."')"); } print 'Mass mail sending complete! [url="yourgang.php?action=staff"]> Back[/url]'; } else { print "[b]Pres/Vice-pres Mass Mailer[/b] <form action='yourgang.php?action=staff&act2=outsidemailer' method='post'> Text: <textarea name='text' rows='7' cols='40'></textarea> <input type='submit' value='Send' /></form>"; } }   That should be it. Let me know of any problems. And, thanks again Tonka :)
  7. Re: [MOD] Flash Clock suitable for all MCC versions Im gonna have to agree with Extermination lol The music is pretty sick Good job, illusions.
  8. Re: Usersonline [V2] Well said radio_active lol the dancing part? hmmmm im not even sure that was funny haha
×
×
  • Create New...