Quote:
Originally Posted by vovan681
tell me how to configure the server side?
|
just add a check for the chat procedure, char check, etc. it's pretty simple
first lets make a database table for our filter.
then we can check if newly characters created contain a word in our filter.
do something like this:
then our query will be something like:
I believe Alex (JujiPoli) even made a script on elite for the chat log which is pretty simple.

Take a look.
Same thing with chat log, do something like if word in chatdata, then we can do whatever we want with it.