HOOK_PLUGINS_LOADED and Aliases
#4
Try this:
cPluginManager:Get():ForEachPlugin(
	function(a_Plugin)
		cPluginManager:CallPlugin(a_Plugin:GetName(), mySpecialFunction)
	end
)
Also, are you sure a function exists in all plugins with the content of "mySpecialFunction"?
Reply
Thanks given by:


Messages In This Thread
HOOK_PLUGINS_LOADED and Aliases - by Zee1234 - 12-03-2015, 12:30 PM
RE: HOOK_PLUGINS_LOADED and Aliases - by Zee1234 - 12-03-2015, 04:25 PM
RE: HOOK_PLUGINS_LOADED and Aliases - by NiLSPACE - 12-03-2015, 05:29 PM
RE: HOOK_PLUGINS_LOADED and Aliases - by Zee1234 - 12-03-2015, 05:58 PM
RE: HOOK_PLUGINS_LOADED and Aliases - by xoft - 12-03-2015, 06:08 PM
RE: HOOK_PLUGINS_LOADED and Aliases - by Zee1234 - 12-03-2015, 06:18 PM



Users browsing this thread: 1 Guest(s)