Raised This Month: $32 Target: $400
 8% 

Simple Swear Replacement 1.5


Post New Thread Reply   
 
Thread Tools Display Modes
holycow
Junior Member
Join Date: Oct 2004
Location: San Francisco, Ca
Old 02-20-2005 , 16:30  
Reply With Quote #11

Quote:
Originally Posted by FireStorm
yup, same for me, a cvar to decide either to replace it all
or to just replace bad words with ************ would be nice.
Yes, this would be very nice. Thank you very much!
holycow is offline
Send a message via AIM to holycow
Oulalabobo
Junior Member
Join Date: Aug 2005
Old 08-15-2005 , 08:20  
Reply With Quote #12

Hello,

Great plugin works perfectly on Dod .

I have a request, can u add regulary cheks on player's name , and make them kicked if they didn't change their names after X minutes?
Oulalabobo is offline
Jahliff
Junior Member
Join Date: Jul 2005
Old 08-27-2005 , 09:52  
Reply With Quote #13

Hmm sorry. I have some trouble with this plugin on my dod server.

Some of the Admins, which have several signs like $ or @ are renamed, although there in the user.ini.

After I changed in the .sma file ADMIN_LEVEL_A to ADMIN_LEVEL_a they could connect without Name renaming, but they couldnīt swear. Swear words are replaced by the replacements.

How can I make the Plugin run as it should be?
thx in advance
Jahliff is offline
Send a message via ICQ to Jahliff
NuMbErS
Member
Join Date: Oct 2005
Old 10-04-2005 , 05:08  
Reply With Quote #14

ok say u said your full of sh*t - and you replaced it with ****

would it come out like this?

your full of ****

or just

****

?
NuMbErS is offline
blaadtje
New Member
Join Date: Dec 2005
Old 12-13-2005 , 06:33  
Reply With Quote #15

Is there a way that the replaced words can also be redirected to a amx_chat session instead of a print-out to the currently logged in admin.

Why.. We scan our log files for swear words in case of a ban.
But with this plugin we can't see this words if we aren't in the server..

Anyone a quick fix for this..

My small is very weak
blaadtje is offline
lanops
New Member
Join Date: Dec 2005
Old 12-13-2005 , 16:08   blaadtje
Reply With Quote #16

I do the same thing too. I scan logs to see who's in the right and wrong sometimes. However, what i use is a plugin that copies anything typed and it's sent to a seperate folder and it's filtered out to just the chatting of both say and teamsay. That way all i have to do is a search on ID, Name or the problem at hand (swear word) and presto have the idot that can't refrain from talkin out of his ass!

If interested, let me know. It's been tested on both DOD and CS1.6 works fine for both. It might help a bit more than what you currently have but it's by no means a fix to what you are asking.
lanops is offline
blaadtje
New Member
Join Date: Dec 2005
Old 12-14-2005 , 11:23  
Reply With Quote #17

Fixed it..

A friend of mine helped me out.. This is what he did

public swearcheck(id)
{
if ( (get_user_flags(id)&ADMIN_LEVEL_A) || !id )
return PLUGIN_CONTINUE

new said[192]
read_args ( said, 191 )

string_cleaner ( said )

new i = 0
while ( i < g_swearNum )
{
if ( containi ( said, g_swearWords[i++] ) != -1 )
{
new j, playercount, players[32], user_name[32], random_replace = random ( g_replaceNum )
get_user_name ( id, user_name, 31 )
get_players ( players, playercount, "c" )

for ( j = 0 ; j < playercount ; j++)
{
if ( get_user_flags(players[j])&ADMIN_LEVEL_A )
{
client_print( players[j], print_chat, "[Swear Replacement] %s : %s",user_name, said )
server_print ("[SWEAR FOUND] %s : %s",user_name, said ) <- added this line
}
}

copy ( said, 191, g_replaceLines[random_replace] )
new cmd[10]
read_argv ( 0, cmd, 9)
engclient_cmd ( id ,cmd ,said )

return PLUGIN_HANDLED
}
}
return PLUGIN_CONTINUE
}


Hope it helps someone else to.

Plz lanops mail me a copy of your plugin.. Seems chill.. TIA
blaadtje is offline
Cryonic
Senior Member
Join Date: Aug 2004
Location: Sweden..... (XCoder)
Old 12-16-2005 , 08:19  
Reply With Quote #18

Will there be a new version that works with the latest amxmodx?
__________________
Cryonic is offline
MauS
Junior Member
Join Date: Feb 2005
Location: Moscow, Russia
Old 03-01-2006 , 15:10  
Reply With Quote #19

Hey, where's the download section for this plugin?

The plugin description is great, the plugin seems to perfectly fit my needs, besides it's the only plugin that does...

But there's no downloadable binary or source of it?..
MauS is offline
Send a message via ICQ to MauS
Flashhh!
Senior Member
Join Date: Nov 2005
Old 03-18-2006 , 00:09  
Reply With Quote #20

Quote:
Originally Posted by holycow
Quote:
Originally Posted by FireStorm
yup, same for me, a cvar to decide either to replace it all
or to just replace bad words with ************ would be nice.
Yes, this would be very nice. Thank you very much!
Are there any plugin that works like Firestorm ask or colud you make this plugin replace only the bad word not the entirely line?
Flashhh! is offline
Reply


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 06:21.


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