Check if command is being executed
How can I check if is user executing a command?
For example i register: PHP Code:
Now I want to check if v is pressed (is blablabla executing) and if it is then switch blabled[id] = 1, or if it is not then turn blabled[id] = 0. So if user is holding V then 'blabled[id] = 1', if he releases v his 'blabled[id] = 0'. How can I do that? V is just an example, I want to check is 'blablabla' working in current moment. |
Re: Check if command is being executed
PHP Code:
|
Re: Check if command is being executed
Omg... I didn't think about such a simple way.
Thanks Bugsy! You saved my ass again. |
Re: Check if command is being executed
Quote:
|
| All times are GMT -4. The time now is 00:12. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.