View Single Post
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 04-28-2004 , 13:42  
Reply With Quote #15

Quote:
Originally Posted by FireStorm
not bad, didn't know that, but the problem is that
not all members of my clan got access to the admin-chat etc.
so combining admin immunity with the reserved slot for example
would be great

thanks for your work!
I've decided not to do this feature (the first version I did had that in fact). I want keep this plugin simple (yes I know it would just be a cvar). This is what I needed so it's all I did. I decided to post it in case someone else wanted to use it. I post most of my plugins cuz I figure I'm not the only one that want's this kind of stuff. If you want features like that I recommend using RS's Advanced Swear Filter. Sorry.
__________________
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