Jump to content
MakeWebGames

lem0n

Members
  • Posts

    54
  • Joined

  • Last visited

    Never

Everything posted by lem0n

  1. Re: Givin V2 licence to someone So you giving him your v2 license when you don't even have a v2 license... :|
  2. Re: Websites in the past. Google has changed alot :-o
  3. lem0n

    Forum Ideas

    Re: Forum Ideas   Ive seen that site before :\ Its wrong *wonders how many spins you got* :wink:
  4. lem0n

    What do you

    Re: What do you I'm a big fan of Steven King books my favorite one being misery.
  5. Re: Good idea!! This is more or less a lame plea to get free mods :|
  6. Re: make a game using lite, v1.1 or v2   If your still learning i suggest starting on v1 and updating to v2 at a later date.
  7. Re: Converting V1 mods to V2   i also lol'd decepti0n to convert v2 to v1 do the v1 to v2 conversion backwards :D
  8. Re: Supporter Packs (FREE)   Change to if($ir['supporterdays']) :o
  9. Re: Caps um just change the big int :?
  10. Re: Donator if you want it so all members can access the friends and enemies list remove   if($ir['donatordays'] > 0) { print "   and that should do the trick ;)
  11. Re: [Lite] Bugget streets v1   no add it above   $ir['turns']--; print"you have [b]{$ir['turns']}[/b] steps left "; } }   and change the $chance = rand(1,16); accordingly to the number of chances you have you will have to change the chance if you already have one for 16 understand?
  12. Re: [Lite] Bugget streets v1 refill all bars while walking around streets   if ($chance == 16) { $query="UPDATE users SET energy=maxenergy"; $query2="UPDATE users SET energy=maxenergy WHERE energy>maxenergy"; $query3="UPDATE users SET will=maxwill"; $query4="UPDATE users SET will=maxwill WHERE will>maxwill"; mysql_query($query,$c) or die("\nError Executing Query 1 for updating users $i to $next\n$query\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query2,$c) or die("\nError Executing Query 2 for updating users $i to $next\n$query2\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query3,$c) or die("\nError Executing Query 3 for updating users $i to $next\n$query3\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query4,$c) or die("\nError Executing Query 4 for updating users $i to $next\n$query4\n".mysql_error()."\nError Code:".mysql_errno()); $query="UPDATE users SET brave=maxbrave"; $query2="UPDATE users SET brave=maxbrave WHERE brave>maxbrave"; $query3="UPDATE users SET hp=maxhp"; $query4="UPDATE users SET hp=maxhp WHERE hp>maxhp"; mysql_query($query,$c) or die("\nError Executing Query 1 for updating users $i to $next\n$query\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query2,$c) or die("\nError Executing Query 2 for updating users $i to $next\n$query2\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query3,$c) or die("\nError Executing Query 3 for updating users $i to $next\n$query3\n".mysql_error()."\nError Code:".mysql_errno()); mysql_query($query4,$c) or die("\nError Executing Query 4 for updating users $i to $next\n$query4\n".mysql_error()."\nError Code:".mysql_errno()); print "You have been walking round the park for so long all your bars have been refilled."; }
  13. Re: Sick and Tired of Them good luck with that i've taken someone to court before, i would rather not talk about the issue here, but it took almost a year to actually get to court :\
  14. Re: Kicking Gang Members At War i assume the gang can still be deleted? if so you may wanna do something to stop that happening aswell,
  15. Re: How to hack windows pinball, and any other games (with pics) can you edit the amount of balls you can play? then i could prob get that score without cheating but would loose lots of free time :\
  16. Re: [Lite] Bugget streets v1 im gonna have a play round with vorlens recently posted code and add a few new features if thast cool with you?
  17. Re: User Notepad i would be interested i did try doing that myself and just putting $r{['usernotes']} on the index page but i wasnt very succesful :P
  18. Re: [Lite] Bugget streets v1 the one posted here you have to edit a bit cause some of the parts of the code show up as # i think :\
  19. Re: ...!Help Me Please!... yer a mod for staff colors is pointless either do as $hot said or edit their names through the control pannel and just put the font color html code <font color=colorname> your text here </font color>
  20. Re: mailbox with smilies   ill try that
  21. Re: mailbox with smilies the pictures do not show up and i have uploaded the smilies.rar any ideas? or should i run that query above ^^
  22. Re: mailbox with smilies ill give this a try in a few minutes
  23. Re: *-* HELP ME *-* If they do not put a email address in when they sign up the account will break just go onto your control pannel and add an email address for them and their account should be fixed.
  24. Re: function error I can see anything wrong with that line of code it is exactly the same as the one i am using are you sure that is the correct line?
  25. Re: Counting (nr game) 866
×
×
  • Create New...