Плагин позволяет админу с флагом доступа "n" видеть абсолютно весь чат и слышать, что говорят в микрофон обе команды.
Cvars:
amx_adminlisten_voice 1/0 1: админы слышать все разговоры по микрофону. 0: слышат только разговор своей команды.
Код:
//ported by Oj@eKiLLzZz & Modded by V I R U S & Edited by Hoboman! // ******************************************************************************* // Admin Listen 2.3x, Also Copyright 2004, /dev/ urandom. No Warranties, // either expressed or implied. // Props to Maxim for the remake of Luke Sankeys original plugin. // Props to Luke Sankey for the original AdminMod plugin (SankListen). // Inspired by PsychoListen by PsychoGuard // // Allows administrators (with flag "n") to see all team chats, and dead chats. // // Use amx_adminlisten_voice 0|1 to turn off and on the hearing of voicecomms // In 2.0 the Chat Engine was totally rewritten from ground up, // a different, more efficent method, was used to pick up say messages, // also fewer calculations and variables in this version. // // 2.1 - VoiceComm rewrite, fixed a few typos in the comments. // // 2.2 - Updated for Condition Zero 1.2, Note that while I've attempted to keep // backwards compatability with other mods, I cannot vouch for it working // in other mods as I only have a CS:CZ server to test it in. // // 2.3 - Updated to work with Counter-Strike after steams update June 14, 2004. // 2.4 - Fixed some errors. 2 March 2008. // 2.5 - Edited using Fakemeta. Thanx to Hoboman! 11 March 2008.