[Include] time-operators.inc
#1

PHP код:
#if defined _INC_time_operators
    #endinput
#endif
#define _INC_time_operators
#define MAKE_TIME(%1) _:SEE_CO:SEE_BR:SEE_SC:%1+
#define SEE_CO:SEE_BR:SEE_SC:%1+, %1,
#define SEE_BR:SEE_SC:%1+) %1)
#define SEE_SC:%1+; %1;
#define _Day * MAKE_TIME(86400000)
#define _Days * MAKE_TIME(86400000)
#define _Hour * MAKE_TIME(3600000)
#define _Hours * MAKE_TIME(3600000)
#define _Minute * MAKE_TIME(60000)
#define _Minutes * MAKE_TIME(60000)
#define _Second * MAKE_TIME(1000)
#define _Seconds * MAKE_TIME(1000)
#define _Millisecond
#define _Milliseconds
// Examples:
// SetTimer("TimerFunc", 1 _Day 3 _Hours 7 _Seconds, false);
// SetTimer("TimerFunc", 5_Minutes, false);
// SetTimer("TimerFunc", 1_Minutes, false);
// SetTimer("TimerFunc", 1_Hour 1_Minute, false);
// SetTimer("TimerFunc", 1 _Minute, false);
// SetTimer("TimerFunc", 500_Milliseconds, false); 
Examples:

PHP код:
#include <time-operators>
SetTimer("TimerFunc"1 _Day 3 _Hours 7 _Secondsfalse);
SetTimer("TimerFunc"5_Minutesfalse);
SetTimer("TimerFunc"1_Minutesfalse);
SetTimer("TimerFunc"1_Hour 1_Minutefalse);
SetTimer("TimerFunc"1 _Minutefalse);
SetTimer("TimerFunc"500_Millisecondsfalse); 
Reply
#2

Wow, that's actually clever, +REP.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)