View Single Post
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 06-07-2004 , 19:00  
Reply With Quote #8

that feature could be added.. but I'm not going to do it. This plugin is real simple and I want to keep it that way. We had problems with ppl not shutting up on our server too. The way we fixed it is that we warn ppl once, kicked twice, banned perma third time around. Worked wonders.

if they get the native working in 2.0 I will completely redo this 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}
KiN | SuicideDog is offline