mIRC Homepage
Posted By: BORR Timer - 30/12/03 12:41 PM
How can I let a timer wait 0,5 secs?
Posted By: EVH Re: Timer - 30/12/03 12:45 PM
Use /timer -m
-m = milliseconds
/timer -m 0 100 echo -a this executes every 1/10 of a second
/timer -m 0 500 echo -a this executes every 1/2 of a second
/timer -m 1 500 echo -a this executes once after 1/2 second
Posted By: BORR RE: Timer - 30/12/03 12:45 PM
Problem is that I have to wait till the nicklist is updated. Therefor I need to wait 0,5 secs for mirc to update it so I can paste the list into an edit box

when I dont use a lill delay it will only paste my own nick since that one is the only one it knows so far.
Posted By: BORR Re: Timer - 30/12/03 12:46 PM
aaah, thnx mate smile That did the trick
Posted By: theRat Re: RE: Timer - 31/12/03 01:49 AM
WRONG....

you have to wait for the end of /names reply from server
© mIRC Discussion Forums