Hey, I was doing a plugin that on an event sends 1 message, wait x seconds and send another message.
The fact it blocks teamspeak usage is no problem because it will sit in another client.
The problem is: The plugin 1st waits and then sends all messages.
Instead of:
sending message -> waiting -> sending message
It does:
wait -> send message x2
Any way to flush messages without being sent only at the end of execution?