pause plugin
pause("c", "resetscore"); or pause("c", "resetscore.amxx");
which is correct? |
Re: pause plugin
amx_pausecfg stop <pluginname> command. ?
|
Re: pause plugin
need to use it in a plugin
|
Re: pause plugin
I think you need use the second way.
|
Re: pause plugin
Code:
|
Re: pause plugin
Quote:
pause("ac", "resetscore.amxx"); and then unpause("ac", "resetscore.amxx"); |
Re: pause plugin
Quote:
|
Re: pause plugin
Was it so hard to test this?!
Both are correct. Even just "reset" will work, but you should use the full name + the extension, because without it it can match another plugin as well. |
Re: pause plugin
If you trying to pause the plugin itself from itself just use the flag a without its name
|
Re: pause plugin
If i'm pausing external plugin "a" flag is not needed?
|
| All times are GMT -4. The time now is 17:57. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.