18.08.2010, 12:46
Is there any sleep or pause function
So this function lets the code pause / sleep for a matter of time example:
SendClientMessage(1,COLOR_RED,"WIEEEEEE");
Pause(1000); //1000 ms
SendClientMessage(1,COLOR_REd,"1 second has passed")
and no i dont want to use timers :P
So this function lets the code pause / sleep for a matter of time example:
SendClientMessage(1,COLOR_RED,"WIEEEEEE");
Pause(1000); //1000 ms
SendClientMessage(1,COLOR_REd,"1 second has passed")
and no i dont want to use timers :P