Jump to content
MakeWebGames

Michael

Members
  • Posts

    217
  • Joined

  • Last visited

    Never

Michael's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: Jailbust How Do I.. I agree.
  2. Michael

    gretna

    Re: gretna Late Reply*** Poor, poor Gretna, we had a great run.
  3. Re: [mccode v1]Starter Pack Item Go to admin.php and find the bit thats for giving user Dp and copy and paste the bit where it says, you have been given a ?? donator pack by the administration. and stick it in itemuse.php. I have my own version of this on my game and i also added this: mysql_query("INSERT INTO mail VALUES ('',0,0,$i,unix_timestamp(),'Welcome !','Hello, Welcome to GalacticaTheGame ! You have been given a 3 day welcome Donator Pack, It is in your inventory. Any problems please mail our staff. Thanks for joining !')",$c) or die(mysql_error()); mysql_query("INSERT INTO inventory VALUES('',ITEM ID, $i, 1)", $c);   Just add this in on register.php under the registering data in DB. It's good. If you use this +1 me :D:D:D:D:D:D:D:D:D:D:D Jokeing i dont give a poop. Ahaha i make myself laugh so bad it hurts.
  4. Re: Doubling in game...? If its the same codes you are using again and again that'll be why, check docrime.php and copy the bit that says update USERS set brave=brave and the rest. Then we can see if it's your files. Or if it's something different.
  5. Re: BACKGROUND COLOR   Better late than never. I dont.
  6. Does anyone know how to do dropdown menu's where a user just has to hover their pointer over the menu and all the links dropdown and then they just click the link ? I have one at the moment where it's just a box with the icon to click to dropdown the menu and as soona s they click they get linked, but it's just looks rubbish !! I would kinda like one like the ones on phphorizons demo game, the one that i had fun doing the "How deep does this go..." Ahahaha. Anyway, i dont often ask for help so i hope this work in my favour ? Ie i get some help rofl. And my game isnt to make money, it's just for me to play around coding in etc, one day i may actually properly open it haha.   Thanks in advance !
  7. Re: Add Jail Time to Crimes! Do you have a jailreason in your users table in the DB ?? Seriusly mate this is simple shite..
  8. Re: Arsons City Owning Mod   Ownage ! I remember from the last time i used these forums that UCC was a great and funny guy.. does he still go on here ? He made it funny.. didnt seem to like Arson..
  9. Re: Auto Fed Url links in mail Just add a wee bit to mailbox_compose. So that it has to be numbers and letters.. this may cause problems to users exchanging msn's etc but if you think it's that biga problem then do it.. people giving out URL's are either shit game owners or game users who you can get fedded by talking to their game owner, you should also do this for names..
  10. Re: Add Jail Time to Crimes! Yeah i think it should work, dont have time atm to check.
  11. Re: Add Jail Time to Crimes! <code> if(rand(1,100) <= $sucrate) { print str_replace("{money}",$r['crimeSUCCESSMUNY'],$r['crimeSTEXT']); $ir['money']+=$r['crimeSUCCESSMUNY']; $ir['exp']+=(int) ($r['crimeSUCCESSMUNY']/8); mysql_query("UPDATE users SET crimes=crimes+1 WHERE userid={$ir['userid']}",$c); mysql_query("UPDATE users SET money={$ir['money']},exp={$ir['exp']} WHERE userid=$userid",$c); } else { print $r['crimeFTEXT']; $jailtime=(int) rand(10,30); mysql_query("UPDATE users SET jail=$jailtime WHERE userid=$userid", $c); mysql_query("UPDATE users SET jailreason='Failed a crime' WHERE userid=$userid", $c); } </code> Then all you gotta do is add : jailreason and jail to users table. make jailreason like name, and make jail like cash ie int11.
  12. Re: Add Jail Time to Crimes! I will add the bit that puts them in jail ok ?
  13. Re: Add Jail Time to Crimes! Well how come i did exactly what i just said ( well not exactly but the same steps ) and it works on my game ? And on all the games i have ever done it on ? Seriusly, that is a very basic, very easy thing to do, if you cant do it yourself maybe you should be a game PLAYER instead of a game CREATOR
  14. Michael

    [REVIEW]

    Re: [REVIEW] Yeah it's kinda space themed... Ah ok Kdawg, i havnt done anything to do with games for like a year and a half, never even knew there was bank and that glitches, message me how you do them and i will fix myself.
  15. Michael

    [REVIEW]

    Re: [REVIEW] Eh you click the link that says "Fincances" ?? I think your the only guy who didnt understand that.. Oh i take it your the guy who i just had to delete with the stats and 2.14 bill if each currency ? Yes i know blah blah blah the crystal and cybermarkets...
×
×
  • Create New...