12-26-2013, 10:49
Hi all,
is there any easy way to call the method OnSay() of every loaded plugin from a plugin?
Reason: I have plugins running on my server and I want to use the plugin commands like !votecancel , !warn, !nextmap, !yell, etc from another plugin. The other plugin listens on a network port/pipe and if I send a command to that port/pipe it calls all OnSay() methods of the other loaded plugins.
Is there any way to do it?
Thanks in advance
is there any easy way to call the method OnSay() of every loaded plugin from a plugin?
Reason: I have plugins running on my server and I want to use the plugin commands like !votecancel , !warn, !nextmap, !yell, etc from another plugin. The other plugin listens on a network port/pipe and if I send a command to that port/pipe it calls all OnSay() methods of the other loaded plugins.
Is there any way to do it?
Thanks in advance