Ok so i have a friend that scripts with LUA on counter-strike: source, What the new version of lua does is make it so the people that have the mod can now config the the command that they execute to open a script (aka bans with openscript still will work on people that havent updated it..) My friend pickle changed the command to 'popcorn' to execute his script that disconnects every one from the server. I found one of the exploits how to block it (the disconnect exploit) Es_tools has a cmd that stops the view of disconnect msg being shown to clients (thus the long disconnect msg overflows the clients forcing them to disconnect unwanting) The cmd that came with es_tools: est_hook_events_matching "player_disconnect" it is located in the es_tools.cfg at the bottom. You could pretty much use a custom disconnect msg script to show people leaving. I hope this could help you some. Oh and the LSS site is here: 3rdEra