viewing paste Unknown #25058 | Athena

Posted on the
1 2 3 4 5
    $@MinuteType = 0; // 0 to Enable $@MinuteChoice input for Hourly, 1 to Enable more directive input of minutes 1-60 respectively.
    $@MinuteChoice = 3600 * 2; // 1 = 1 hour, 2 = 2 hour, 3 = 3 hour etc.
    $@MinuteChoice2 = 50; // 50 Minutes for Daily Reward
    $@MinuteRate = 60 * $@MinuteChoice;
    $@MinuteRate2 = $@MinuteChoice2;
Viewed 875 times, submitted by Guest.