PDA

View Full Version : Wait 4 hours to abandon?


SilverDragonTears
10-30-2011, 01:06 AM
How could I code this?

mapleblade
10-30-2011, 01:16 PM
maybe instert into a table date_adopted what date/time, and check at the abandon if the time is 4hrs later or more, and let it delete the thing in date_adopted when u abandon it.

SilverDragonTears
10-30-2011, 03:11 PM
I have all that but the if statement to show if it's been 4 hours or more since the time it was caught isn't right. i don't know how to write that.