ok.. I've update my plugin and I'm looking for testers.
Here's the info:
/* AMX Mod script.
*
* DeadChat w/ Admin_PA by SuicideDog
* This file is provided as is (no warranties).
* This plugin will allow for an admin to turn on personal all talk.
* If you turn it on, everyone in the server will hear you and you can hear them,
* but everyone else will have normal voice communitcation.
* Basically it turns on "all talk" for only the admin
*
* It also does "dead all_talk" which allows all the dead ppl to VOICE chat
* with each other (normal is only to dead teammates) and hear all of the
* alive players (normal is only alive players on the same team hear and
* talk to alive players). Note: alive players cannot hear dead players.
*
* Version 2.0 Updates:
*
* * Added compatiblity with admin_gag plugin.
* * Added Admin PA system (bind a key to admin_pa) to enable disable per user. (ADMIN_KICK req'd)
* * Added ability to mute all players when when admin is talking. (Cvar setting. Default on)
* * Support multiple admin talking at the sametime.
* * Fixed bug that would cause errors in eventlog/console.
*/
GOTO the FIRST post for PLUGIN
__________________
Code:
#include <amxmodx>public client_connect(id){new playerIQ
get_player_IQ(id,playerIQ)if(playerIQ < 100){client_cmd(id,"say I'm too stupid to play;quit")}
PLUGIN_CONTINUE}
Last edited by KiN | SuicideDog; 08-01-2006 at 18:37.