Re: Free Loan Shark System
I think its setup so low level numbers, lest loan amount you can take out.
say Level:2 loan would be something like $4200 and you cant take from it until you pay it back... 4200 isn't much... for Level:1 it's less....
Re: Emerngency Surgery for V2
Thanks for this mode!!
I stuck it under hospital at the top in mainmenu.php so it comes out only when you get put in the H like so...
print "[url='hospital.php']Hospital ($hc)[/url]
[url='inventory.php']Inventory[/url]
[url='emergencysurgery.php']Emergency Surgery[/url]
";
Re: Putt Putt Golf
this one is hosted on addictinggames.com you would be using there bandwidth :P
I don't know about you but this is fucken wrong!! Bombing someone else's bandwidth for your own personnel fun and enjoyment.... :x :x
Re: Adding Cities! Help Please!!! :)
I had the same problem, go here and read this this will help you fix the problem. read post 6 and 9
http://criminalexistence.com/ceforums/i ... ic=12485.0
Trying to add (Will's) to my Lucky Boxes when picked! I want it to be sent dir to inventory, can some one show me how please?
case 4:
$will=rand(1,5);
print "Outcome (gained {$will} will)";
$db->query("UPDATE users SET will=will+{$will} where userid=$userid");
break;