Re: How To Protect Your Game From Hackers?
One of the biggest mistakes newer owners make, is that they leave their installer.php, and people run it for them.
Re: I really need someone's help with my money and stats, please help
change to big int 25 in the database... This has been covered numerous times.... Please search before posting.
Re: Crime Problems
I would go and delete all crime groups and crimes from the satabase, and then start making crime groups and crimes from the staff panel. My.02
Re: Unable to remove items from the item market????????
no, I was hoping to point someone to a real fix for the issue, rather than a whole bunch of posts with inncorrect information..
There have been several posts on how to remove items from the item market.. A couple are wrong, and there is one that works, if you haven't tried the wrong one first. If you have, here is a pretty clear way to fix the issue.http://criminalexistence.com/ceforums/i ... pic=5856.0
Re: Some Body Help Me Plz
Just to be clear about this fix, after doing this, :
You must still do this:
Find:
Code:
case "remove":
item_remove();Replace With:
Code:
case "remove":
itemm_remove();
Then, your players will be able to remove items from the market.