MCcode freebie V1.0-1.1 modification:
-------------------------------------


Run query

Code:

alter table users add turns int(11) not null default 25;

*Change the above default number to something you want it to be, So when users sign up they start with that amount of turns*

Add to day cron

Code:

$db->query("UPDATE users SET turns=25");

*Yet again, Change the above to your preference*
