PHP Code:
new g_iShoopSlayRunning
public plugin_cfg()
{
g_iShoopSlayRunning = is_plugin_loaded("Shoop da Whoop Slay")
}
And if you plain to call public functions from this plugin with callfunc_XXX, cache function(s) index(es) at plugin_cfg in gloval vars to.
__________________