mIRC Home    About    Download    Register    News    Help

Print Thread
#65978 30/12/03 12:41 PM
B
BORR
BORR
B
How can I let a timer wait 0,5 secs?

#65979 30/12/03 12:45 PM
E
EVH
EVH
E
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

#65980 30/12/03 12:45 PM
B
BORR
BORR
B
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.

#65981 30/12/03 12:46 PM
B
BORR
BORR
B
aaah, thnx mate smile That did the trick

#65982 31/12/03 01:49 AM
T
theRat
theRat
T
WRONG....

you have to wait for the end of /names reply from server


Link Copied to Clipboard