View Single Post
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 04-27-2004 , 22:39  
Reply With Quote #10

Hmm .. it's working for me.

[ 9] Swear Filter 1.0 SuicideDog swearfilter.amx running

Did you try to compile it yourself?.. Do you have the swearwords.ini file in the right location? It should be in the custom dir
../addons/amxx/custom/swear/swearwords.ini
__________________
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