Waiting for input without using set_task or a while/for loop
Is there a way to "pause" the plugin while it waits for input?
I can't hook the input because the input happens in the middle of the plugin execution. Code:
Code:
Thanks, |
no you cant. You need to split it into 2 functions.
|
If you would somehow "pause" the function and wait for user input it would pause the whole server and your clients would time out eventually.
|
ok so something like this?
Code:
Code:
|
| All times are GMT -4. The time now is 17:11. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.