Jump to content
MakeWebGames

ShizzleNizzle

Members
  • Posts

    295
  • Joined

  • Last visited

    Never

Everything posted by ShizzleNizzle

  1. Re: Auto quantify Im pretty sure the "item_add" function can be used here. If you look in your global_funcs.php it's in there. I believe thats what it should be for your query. NOTE: untested. item_add($userid,$item,1)
  2. Re: Will Modification My bad I f**** up on my end lol Sorry
  3. Re: Jail_Reason $jailreason= ('Reason Here'); $db->query("UPDATE users SET jail_reason='$jailreason' WHERE userid=$userid");   That will work, just missing some ''...easy mistake lol
  4. Re: [v2]Ctemple This is certainly not worth $10 lol You've just added a few queries on to the basic crystal temple
  5. Re: [mccodes]Make Items[$10] Damn i'd be extremely interested in this :-P
  6. Re: Will Modification Yep that works....thanks! The will still doesnt go past the normal 100 : Has anyone else got this problem. Hey strats does your will go to 150%?
  7. Re: Will Modification http://criminalexistence.com/ceforums/index.php?topic=17869.0 The code is much better. Secure. Good layout. Easier for users.
  8. Re: Will Modification Anybody want to make it work nyna's gym? As usual i'll pay for it :)
  9. Re: [mccodes v2] sendcash.php / Same IP Stop The cash doesnt actually leave the person sending
  10. Re: [mccode v2] Weather Gym [$1.00] Purchased :)
  11. Re: [V2] Attack request Someone must have one laying about somewhere...
  12. Re: [mccode v2] Weather Gym [$1.00] Great concept! But im not sure it will fit into my game lol I'll have to think of a way of doing so. And for $1 you cant go wrong it's an amazing price!
  13. I did'nt know where to put this so i'll post it here. Hi, Im looking for a an attack system that is... Secure,No bugs,1 click fight(not essential), maximum 75% exp gain If you have one please PM or post here with the amount it will cost. Thanks in advance
  14. Re: IPN info...   Your one! :-P Thanks
  15. Re: [mccode v2] Item needed to perform crime. Thanks shrek1609! The problem im talking about is that if i want to have a crime that doesnt need an item it wont let me. Note: works fine with an item Ill set it as have "none" in the DB and it says i dont have the required item :S Ive had a stab at this myself but cant figure it out.
  16. Re: IPN info... Thank you everybody for your help it has finally worked!
  17. Re: [mccode v2] Item needed to perform crime. Can anybody help? I'll pay $5 for it. Should'nt be too hard to do should it?
  18. Re: Will Modification Yea thats what I said someone posted as I posted so I didnt know what was posted BTW thanks Shrek1609
  19. Re: Will Modification Hey Strats do you mind posting your code? Or If you want to sell it PM me with a price :) Oh and yes it would be great to be able to train without using ANY will while using this. Not only would it be a great additional item but a great donation item.   EDIT: Someone posted before this so dont know the accuracy of this comment
  20. Re: Will Modification This is an interesting idea. I'd like it better if it put the will to 150% (or your own choice) And like you say stays like it for a certain amount of time without deducting with gym workouts ect
  21. Re: [Review] Criminal-wars - please review I want to know what file it is done in...   I cant secure it if I dont know the file it's happening to
  22. Re: [mccodes v2] Crafting System Mod - players can craft items! ($65) Hey Wolfe. So is this mod worth buying? Whats the code like?
  23. Re: [mccode v2] Item needed to perform crime.   I've just tried it out. It's just this bit that's bugging me it alway's say's invalid item even when its set to None EDIT:Works when there is an item just not when its set to None :S Any help around lol
  24. Re: [mccodes v2] sendcash.php / Same IP Stop Look's good! Change line 60   echo sprintf("<form action='sendcash.php?ID=%u' method='post'>",($_GET['ID'])));   To this   echo sprintf("<form action='sendcash.php?ID=%u' method='post'>",($_GET['ID']));   There was an extra ) there.
  25. Re: [Review] Criminal-wars - please review How do people do this? I know its an XSS attack but where from? (register) I would like to know so I could stop this from happening to me LOL
×
×
  • Create New...