headedtomexico
New member
- Joined
- Dec 9, 2008
- RedCents
- 0¢
I've tried several ways to do this, but all result in a crash.
I'm looking to have a plugin shut itself down, preferably in the initialize event.
I've tried sorting through pPlugins in the initialize event to do a Shutdown call, but the plugin isn't in the list yet. Invoking the same method from the pulse event causes a crash.
I've tried to call UnloadMQ2Plugin from pulse, and initialize and that also results in a crash. I'd rather not use DoCommand.
Does anyone else have any bright ideas?
I'm looking to have a plugin shut itself down, preferably in the initialize event.
I've tried sorting through pPlugins in the initialize event to do a Shutdown call, but the plugin isn't in the list yet. Invoking the same method from the pulse event causes a crash.
I've tried to call UnloadMQ2Plugin from pulse, and initialize and that also results in a crash. I'd rather not use DoCommand.
Does anyone else have any bright ideas?

