Faz` Posted April 4, 2009 Posted April 4, 2009 Okay, I am currently making a mod. Now, I want it, so when the user takes the first go, then the hour starts, but I am currently struggling on how to make that happen. I know what the first thing would be, if{$ir['easterturns']}<=24 but I do not know what would come after this. Would anyone care to help? Thanks. Quote
Magictallguy Posted April 5, 2009 Posted April 5, 2009 Re: Activated From Click? Okay, I am currently making a mod. Now, I want it, so when the user takes the first go, then the hour starts, but I am currently struggling on how to make that happen. I know what the first thing would be, if{$ir['easterturns']}<=24 but I do not know what would come after this. Would anyone care to help? Thanks. First, why are you using curly braces {} instead of brackets () on your if statement.. Second, you will need to use either 2 db rows and a cron, or sessions.. Quote
Faz` Posted April 6, 2009 Author Posted April 6, 2009 Re: Activated From Click? I used curly braces? Only just realized :P And yeah, its what I did, thanks for that. 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.