JAMESOMIGHTY Posted March 27, 2010 Posted March 27, 2010 you can catch rats, you can sell yours rats (the sell price changing each day), the amount of rats you can catch goes up by one every minute (there can be a maximum of 100 rats to catch at a time) You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. sqls [mysql] ALTER TABLE users ADD rats INT(11) DEFAULT 100; ALTER TABLE users ADD ratsell INT(11) DEFAULT 50; ALTER TABLE users ADD yourrats INT(11) DEFAULT 0;[/mysql] cron_day.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. cron_minute.php You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
kabzy09 Posted March 27, 2010 Posted March 27, 2010 coool man but ppl wont like it cuz i dont thynk rats are sort of appropriate would you say but cool keep up tha good work Quote
JAMESOMIGHTY Posted March 27, 2010 Author Posted March 27, 2010 well my games to do with zombies so it sort of fits for me, it can be easily changed to what you want though ;) Quote
rowbvp Posted March 28, 2010 Posted March 28, 2010 What line # should I put the$rats=rand(1,100); $db->query("UPDATE users SET ratsell=$rats"); cron_day.php Quote
JAMESOMIGHTY Posted March 28, 2010 Author Posted March 28, 2010 just stick it above $db->query("UPDATE users SET daysingang=daysingang+1 WHERE gang > 0"); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.