12-03-2015, 05:29 PM
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"?