PLUGIN_HANDLED || PLUGIN_CONTINUE
Hello there,
http://www.amxmodx.org/doc/index.htm...%2Fscripts.htm I've already read this through but I don't really get the difference when I have to use HANDLED and when to use CONTINUE. Does it even matter in most cases? kind regards sake |
Re: PLUGIN_HANDLED || PLUGIN_CONTINUE
//Plugin passes through operation. Whatever called it continues.
#define PLUGIN_CONTINUE 0 //Plugin halts continued operation (plugins following in the plugins.ini won't be called). //Whatever called it will eventually supercede. #define PLUGIN_HANDLED 1 //Continue calling plugins but halt the operation #define PLUGIN_HANDLED_MAIN 2 |
Re: PLUGIN_HANDLED || PLUGIN_CONTINUE
Thanks.
And while I have this thread open: How can i prevent the message "Press CTRL to enter Spectator menu" from appearing? |
Re: PLUGIN_HANDLED || PLUGIN_CONTINUE
Quote:
|
Re: PLUGIN_HANDLED || PLUGIN_CONTINUE
Hmmm. Doesn't seem to work under my AMXX Version. Which Version should I have?
|
Re: PLUGIN_HANDLED || PLUGIN_CONTINUE
That message is sent by client, it doesn't come from server, so you can't block it at serverside.
|
| All times are GMT -4. The time now is 01:07. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.