[OFF TOPIC]
quote:
Originally posted by SpunkyLoveMuff
or use a sleep command... I think it has to be called from a dll though =/
The Sleep API wont do anything good. Your messenger will still be froozen. And it will stay froozen even longer than if you didn't used the Sleep API.
The Sleep API does not give resources back to the process it started. The Sleep API just feezes the process; in other words you will not be able to do anything at all..
quote:
Originally posted by Plan-1130
or use a timer, but then again this might cause problems because you need global variables...
It wont give any problems if you program it correctly.
[OFF TOPIC]
quote:
Originally posted by orlandopunk
umm another problem ok i isnyalled it, but now when i put
/nudge <no of nudges>
for example
/nudge <10>
i get this
<10> isnt a number
"<10>" is indeed not a number, but "10" is... you don't need to enter the
less than and
greater than signs. Those signs are only used to indicate a description of a parameter.