mIRC Homepage
Posted By: clutz1572 ad delay timers?? - 29/09/04 05:38 PM
hello again,

i'm looking for some info on how to go about designing a ad delay timer for misc info ads in minuets instead of seconds. i have no clue on how to go about doing this. so i was wondering if you guys/gals would be able to give me some pointers??? that would be appreciated.

thanks in advance!
Posted By: eendje Re: ad delay timers?? - 29/09/04 05:40 PM
You can only change timer to miliseconds with -m or -h.
just do 60 x minuts in a calculator;P
Posted By: Mpdreamz Re: ad delay timers?? - 30/09/04 09:12 AM
;Usage $min(minutes)
;Will return given minutes in seconds
alias min {
return $calc($1 * 60)
}



useless thing ive ever written hope it helps ya :tongue:
Posted By: clutz1572 Re: ad delay timers?? - 30/09/04 04:38 PM
thanks for the replies guys,

i was wondering if i could use $calc to do that . now i have one final question on this..

$min( minutes )

the mins in red, does that need to a numeric value or can be in a var? because in the dialog i'm using it sets the # of delay mins. i know that might sound dumb to some, but the questions does it have to actual number like:$min(10), or will the variable name suffice since the %var represents a numer vaule?
Posted By: tidy_trax Re: ad delay timers?? - 30/09/04 04:44 PM
As long as the %var is a number, it will work.
Posted By: clutz1572 Re: ad delay timers?? - 30/09/04 05:01 PM
okay,

thank you very much everyone!
© mIRC Discussion Forums