05.12.2010, 13:18
(
Последний раз редактировалось Sinner; 09.05.2011 в 08:33.
)
Sinner's Anti Swear System
What does it do?
♦ This script will filter out all offensive words in the text a player types, if it finds any it will block out the word
(example: **** you). Also, it will give the player a warning, after 5 warnings (by default) the player will get kicked for offensive language.
How many languages are there to choose from?
♦ 22 in total, but only 1 at a time
Featured languages:
• English
• Dutch
• Estonian
• Finnish
• French
• German
• Greek
• Hebrew
♦ Hindi
• Hungarian
• Indonesian
• Italian
• Japanese (simplified)
• Korean
• Norwegian
• Polish
• Russian
• Serbian
• Slovenian
• Spanish (original and South-African)
• Swedish
• Turkish
Why can you only pick 1 language at a time?
♦ This has 2 reasons, the first one is to reduce lagg since the script must loop through all possible words, if you would put in all the languages it had to loop through 1000+ words for every line of text a player types, typically this would induce lagg. The second reason is because some words in one language are not offensive in another, putting in all languages would cause the script to censor waaay to much words initially not ment to be offensive.
Will this really block out ALL offensive language?
♦ No, that would be impossible, it WILL block out the most commonly used ones though.
How to configurate
♦ If you want it in english, don't cofigure anything, it's good to go.
♦ If you want it in another language, follow these steps:
• COMMENT OUT the swear words in english
• UNCOMMENT the language of your choice (every language is mentioned above the list of swearwords)
• SPECIFY the number of words in the swear[][] list in the "#define MAX_WORDS" define (important to reduce lagg)
• SPECIFY the max lenght of the swearword in the "#define MAX_WORD_LEN" define
Example
Known bugs
• Sometimes the script will indentify trivial words like "assasins" as a swearword because it has "ass" in it.
Download: V1.2
Megaupload: http://www.megaupload.com/?d=3OF4D2VJ
SolidFiles: http://www.solidfiles.com/d/91e12/
PasteBin: http://pastebin.com/2iLU3nx7
Credits
• Sinner
• Wikipedia for a considerable part of the words
Hope you enjoy it!
EDIT: I don't actually speak 22 languages, I only provide a system to censor the words, and some basic words I found on wikipedia. Don't troll at me for not correctly translating languages I don't speak--Instead, translate them properly yourself.