
ShizzleNizzle
Members-
Posts
295 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by ShizzleNizzle
-
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)
-
Re: Will Modification My bad I f**** up on my end lol Sorry
-
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
-
Re: [v2]Ctemple This is certainly not worth $10 lol You've just added a few queries on to the basic crystal temple
-
Re: [mccodes]Make Items[$10] Damn i'd be extremely interested in this :-P
-
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%?
-
Re: Will Modification http://criminalexistence.com/ceforums/index.php?topic=17869.0 The code is much better. Secure. Good layout. Easier for users.
-
Re: Will Modification Anybody want to make it work nyna's gym? As usual i'll pay for it :)
-
mccode-v2 sendcash.php / Same IP Stop
ShizzleNizzle replied to AlabamaHit's topic in Free Modifications
Re: [mccodes v2] sendcash.php / Same IP Stop The cash doesnt actually leave the person sending -
Re: [mccode v2] Weather Gym [$1.00] Purchased :)
-
Re: [V2] Attack request Someone must have one laying about somewhere...
-
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!
-
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
-
Re: IPN info... Your one! :-P Thanks
-
[mccode v2] Item needed to perform crime.
ShizzleNizzle replied to shaved92bravada's topic in Free Modifications
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. -
Re: IPN info... Thank you everybody for your help it has finally worked!
-
[mccode v2] Item needed to perform crime.
ShizzleNizzle replied to shaved92bravada's topic in Free Modifications
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? -
Re: Will Modification Yea thats what I said someone posted as I posted so I didnt know what was posted BTW thanks Shrek1609
-
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
-
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
-
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
-
[mccode v2] Item needed to perform crime.
ShizzleNizzle replied to shaved92bravada's topic in Free Modifications
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 -
mccode-v2 sendcash.php / Same IP Stop
ShizzleNizzle replied to AlabamaHit's topic in Free Modifications
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. -
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