I was wondering if a plugin could communicate with another plugin. Like how there could be one base plugin and then smaller components that can be used or not used. The problem is that my main plugin file is getting too large (2826 Lines) so AMXX-Studio is lagging like a madman for no reason I see (My CPU Usage is fine, RAM is fine also). This is mainly because I have a console which displays information to the player.
Right Here (on the bottom left) I want to get messages from the smaller plugin over to the main plugin to display in that message console. I have one method that could work but it would involve hitting the MySQL database every .05 seconds.