Jump to content
MakeWebGames

monoxide

Members
  • Posts

    17
  • Joined

  • Last visited

    Never

Everything posted by monoxide

  1. well, concidering the fact it's been 2 weeks since the email, i'm guessing he doesnt care
  2. i searched the copyright directory and couldn't find anything related to grpg, generic rpg or anything of the sorts
  3. i'm working on a pets package, pet fighting, crimes, gym, racing and hof how many people would be interested in this security tested
  4. contact me if you're interested in the whole engine
  5. redone 50/50 page, includes money and points 50/50
  6. a few other small things added are - new job center, player ratings, new voting system, outbox, gang applications, improved gang vault, gang ranks, multiple gang leaders, staff mail, admin area (credit members, manage bans etc), top/bottom rated page, forum post count, forum sigs, bbcode implemented, user tags, 5 different styles to choose from, deposit all button, 50/50 points, points lottery, and changed downtown search
  7. thank you BoGfx
  8. thank you for your purchase :)
  9. well, you can test them for yourself, they are secure http://www.themafiosolife.net username: demo password: demo
  10. [align=center]Mods For Sale (** Buy One,Two,Three Mods.. Or Just buy the whole engine!**) (**Screenshots Available by Request**) 5 Player Russian Roulette Mod - One player starts a game of russian roulette, once 4 more players join, a winner is randomly picked, giving the winner the prize pot (original amount multiplied by 5) Ingame Forum Mod - Fully ingame forum mod, comes with ability to delete, sticky, lock, and move threads, as well as forum ban players for certain amount of days, for a set reason. Hitman Listings - Place a mobster on the hitman listings for a price, once a mobster takes the hit and wins, the prize is deposited into the winner's bank account, and a event is sent to placer notifying that the hit has been taken RM Market - Place RM days on the market Points Dealer - Buy points from the server if nobody is selling points on the markets Transfer Logs - View money and point transfer logs game wide, or by only a certain mobster, to, and from Forum Ban/Game Ban/Mail Ban - Forum ban, game ban, or mail ban users for as many days as you like, for whatever reason you like. View Mobster's Mail - View game wide mail, or from just a certain mobster Support Desk - Members can file support tickets and get help from GM's and Admin for their questions Pets - Buy any pet you like for a price you pick, any hosted avatar, any name, plus a pet tag! Level pets and train them for fighting and racing! Pound / Vets - (with pets package!) Pet Fighting - Fight your pets for bets of points Pet Racing - Race your pets for bets of points Gradient Names - Javascript gradient names for players to toy with, can be respected mobster only, or have purchasable gradient days. Improved Slot Machines - Improved slot machines to ensure not too much money is won from slots, and not too little. Meet The Mafia Boss - Lucky pick between 6 cases, one case holds and undisclosed amount of points, the other an undisclosed amount of money, if you choose correctly, you get either the points or money. If you choose incorrectly, you get the hospital. Gang Wars - Challenge other gangs to wars to determine who controls a city, winner of the war gets a points prize entered by the challenging gang Hitman/Mugger of the hour - Member with most hits in one hour and member with most money mugged are awarded 50 points and displayed on top of page, as well as added to list of recent winners Game Guide - Full game guide to walk players through every step of the game Email me at [email protected] if interested in any of these, prices are negotiable, mods also available in packages, If you need any mods, send me an e-mail and I will make it for you :) [/align]
  11. thanks :) been workin hard on it :)
  12. New up and comming rpg, 5 new styles to choose between, many new ingame features to keep you active as well as ingame forums, looking for new members as well as staff :) http://www.themafiosolife.net
  13. i created my forum from scratch, all it took was a little brain racking :P with a little bit of time, i made a fully functional forum within my grpg game from scratch, has working lock/sticky/move thread/delete thread/delete post/forum bans etc the day this was complete was the happiest day of my life :D
  14. gonna have to ask publius :P
  15. it's there here on line 20   function prettynum($num,$dollar="0") { // Basic send a number or string to this and it will add commas. If you want a dollar sign added to the // front and it is a number add a 1 for the 2nd variable. // Example prettynum(123452838,1) will return $123,452,838 take out the ,1 and it looses the dollar sign. $out=strrev( (string)preg_replace( '/(\d{3})(?=\d)(?!\d*\.)/', '$1,' , strrev( $num ) ) ); if ($dollar && is_numeric($num)){ $out= "$".$out; } return $out; }   insert prettynum() functions around the number you want to add commas to for ex $ ".$worked['money']." returns $10000 insert $".prettynum($worked['money'])." and it will be $10,000 and to not put the $ in front, just put ".prettynum($worked['money'],1)." and that will place a dollar sign outside of your number
  16. for those of you that have seen the script prior to any mods, you will know how much i've worked on this game
  17. http://www.themafiosolife.net come check it out :)
×
×
  • Create New...