Author

Topic: Time Limits and Member Levels (Read 492 times)

legendary
Activity: 2590
Merit: 2156
Welcome to the SaltySpitoon, how Tough are ya?
February 03, 2014, 03:38:47 PM
#2
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);
newbie
Activity: 13
Merit: 0
February 03, 2014, 02:10:02 PM
#1
What are the time limits for different member levels?

When will I be able to post in less than 6-minute intervals?
Jump to: