Raised This Month: $12 Target: $400
 3% 

Simple Swear Filter


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Plugin Info:     Modification:   ALL        Category:   Server Management        Approver:   Johnny got his gun (102)
KiN | SuicideDog
Senior Member
Join Date: Mar 2004
Old 04-26-2004 , 01:48   Simple Swear Filter
Reply With Quote #1

/* AMX Mod script.
*
* (c) Copyright 2004, SuicideDog
* This file is provided as is (no warranties).
* Code gleemed from old RAV plugin.
*
* Simple Swear filter. Replaces badwords with *'s
*
* Uses swearwords.ini file (/$customdir/swear/swearwords.ini)
* It can use the same file as RS's advanced swear filter.
*
* I made this because it's easier to use. No config and one ini file
*
*/

Tested on CS and DOD .. but I think it would work on other mods.
Attached Files
File Type: zip swearwords.zip (782 Bytes, 16672 views)
File Type: sma Get Plugin or Get Source (swear_filter.sma - 25992 views - 1.8 KB)
__________________
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
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode