Author Topic: Swear filter  (Read 1620 times)

Ok so i know there is already e-tard and the chat filter, but I am new to scripting and I would like to know how to make a filter kind of thing. I am barely familiar to scripting. Thanks.

* Packer facepalms.
Go to options then the advanced tab, scroll down to GUI Options and tick Censor Chat.

Isn't there an addbadword function?

Ug.... I'm just using this as a practice with scripting and stuff.

You will need to package the serverCmd for sending messages. Before calling the parent, you will need to check if the message contains a blocked string. If so, tell the client what they did wrong. Otherwise, call the parent normally.



LOL i have no idea how...

I love how I taught myself so I didnt have to ask anybody how to do these things.

I love how I taught myself so I didnt have to ask anybody how to do these things.
Lol, that is what I plan to do.

Lol, that is what I plan to do.
I taught myself blender... and watched super3boys tutorial :3
and maybe pm'ed darkstar a couple times with questions, but hey, no one can teach themselves blender 3D without watching tutorials and/or asking for help :D

OK? well does anyone know any good tutorials that cover very basic Scripting?

OK? well does anyone know any good tutorials that cover very basic Scripting?
Technically scripting doesn't work like that.

what does it work like? If someone could give me a lesson 1 on 1, that would help me alot. Thanks.

Tom

There are multiple parts to scripting. Theres the basic syntax and rules, then theres the functions you should probably know, and then you have to know how to put them together. I personally think its something that has to be learned hands-on and cannot really be taught.