if(amx_off)
is there a way of knowing is the amx is off or on?.
Lets say my plugin already has the public plugin_cfg. But i wanted to change some prints if the amx is off. Thanks |
Re: if(amx_off)
I can't find any method to do that but if you edit pausecfg.sma you could add in a cvar (or public variable) that would indicate it's status (on or off).
|
Re: if(amx_off)
Quote:
|
Re: if(amx_off)
AFAIK if the AMX is off, you won't be able to do anything :grrr:
|
Re: if(amx_off)
Well, you could check how the command amx_on works? Cause amx_off doesn't turn that off, or the plugin that has amx_on in it makes it work when amx is off.
Just a thought. |
Re: if(amx_off)
Quote:
Quote:
|
Re: if(amx_off)
The workaround for that would be that you will keep AMXX running but you'd pause every plugin that wouldn't stop you to use your third party plugin.
And then make an dummy plugin, and check if it's running thru your own plugin...or something like that. |
Re: if(amx_off)
Quote:
|
Re: if(amx_off)
if amx is off your plugin wouldn't work
|
Re: if(amx_off)
Quote:
Quote:
|
| All times are GMT -4. The time now is 21:57. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.