|
Author
|
Message
|
|
Junior Member
|

04-30-2004
, 16:39
pausing plugin execution for X seconds...
|
#1
|
Here's the issue:
My plugin loads 2 config files that are both parameters. I have them set to load, then the plugin reads the values. However, when I execute the configs via console_cmd, they don't execute fast enough before the plugin starts checking the values, which is causing some errors.
So, instead of me having to make a new function to input configs manually, is there a way to pause execution for like 2 seconds before the rest of the function continues.
I can't use set_task. I need a pause function, not like the current pause one. Example, pause_time(2), would just sit there for 2 seconds, then continue executing the curret function.
Any ideas?
|
|
|
|