Official Soldat Forums

Server Talk => Scripting Discussions and Help => Topic started by: Avarax on November 07, 2006, 05:53:11 am

Title: Searching Scripts
Post by: Avarax on November 07, 2006, 05:53:11 am
I'm searching a swear Filter and a TK-punish script.
Title: Re: Searching Scripts
Post by: bja888 on November 07, 2006, 05:54:54 am
TK-punish script.

Built into server. Check the sever.ini file.
Title: Re: Searching Scripts
Post by: cooz on November 07, 2006, 05:58:35 am
yep, just like bja888 said,

best to use on 2.5.2 server cause of one line in this version changelog:
Quote
- Modified TKWarnings do not get reset when a player leaves the server
Title: Re: Searching Scripts
Post by: EnEsCe on November 07, 2006, 06:11:47 am
You can't actually 'filter' a swear message (asin remove it from their message).

And TK - read above.
Title: Re: Searching Scripts
Post by: cooz on November 07, 2006, 06:35:10 am
You can't actually 'filter' a swear message (asin remove it from their message).

for current version it's only possible to write script which would kick swearing player and eventually ban them...

it would be neat though to have option to catch all player texts before they are shown and be able to modify them
Title: Re: Searching Scripts
Post by: Avarax on November 07, 2006, 07:51:42 am
You can't actually 'filter' a swear message (asin remove it from their message).

for current version it's only possible to write script which would kick swearing player and eventually ban them...

thats what i meant by swear filter.

thx for the TK-script tip :D

EDIT:
[GAME]
TKWarnings_Before_TempBan=5
PunishTK=5

is this correct if i want to kick after 5 TKs?
Title: Re: Searching Scripts
Post by: EnEsCe on November 07, 2006, 08:11:00 am
PunishTK has to be 1 or 0, 0 to turn it off and 1 to turn it on.
Title: Re: Searching Scripts
Post by: Avarax on November 07, 2006, 08:18:07 am
aight, thanks *applaud*
Title: Re: Searching Scripts
Post by: cooz on November 07, 2006, 01:01:50 pm
toy for you: swearFilter (http://forums.soldat.pl/index.php?topic=7442)  8)