Hello, Is there any way of listening for client events (such as input/output muted, away, talking or just simply clientupdate) using SSH Server Query? I know it’s possible in Client Query (at least in TS3) but I can’t see any option for listening for those using Server Query.
I think it would be useful for server integration developers. I’m working on detailed ranking system and such events would be very useful for tracking client activity on the server.
The only option I can see at this moment is looping through every client every second and checking if specific properties changed which is probably not the best efficient way of doing this.