mIRC Home    About    Download    Register    News    Help

Print Thread
#65978 30/12/03 12:41 PM
Joined: Mar 2003
Posts: 41
B
BORR Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Mar 2003
Posts: 41
How can I let a timer wait 0,5 secs?

#65979 30/12/03 12:45 PM
Joined: Oct 2003
Posts: 273
E
EVH Offline
Fjord artisan
Offline
Fjord artisan
E
Joined: Oct 2003
Posts: 273
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
Joined: Mar 2003
Posts: 41
B
BORR Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Mar 2003
Posts: 41
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
Joined: Mar 2003
Posts: 41
B
BORR Offline OP
Ameglian cow
OP Offline
Ameglian cow
B
Joined: Mar 2003
Posts: 41
aaah, thnx mate smile That did the trick

#65982 31/12/03 01:49 AM
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
WRONG....

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


Code:
//if ( khaled isgod ) echo yes | else echo no

Link Copied to Clipboard