game.cpp
Replaced to:
but still a player can spam or talk shit:
>exura "bla bla bla
then it just appears in orange:
>exura
so I don't want to be all time jailing or banning. I've seen other ots's with this feature, and I already googled here but no results. How can I fix it via C++ so spam/shittalk is deleted? I got tfs 0.2.5
Code:
return internalCreatureSay(player, SPEAK_SAY, text);
Replaced to:
Code:
return internalCreatureSay(player, SPEAK_MONSTER_SAY, text);
but still a player can spam or talk shit:
I would like to be:exura "You see Dark Phoenix. He was killed by bla bla bla
>exura "bla bla bla
then it just appears in orange:
>exura
so I don't want to be all time jailing or banning. I've seen other ots's with this feature, and I already googled here but no results. How can I fix it via C++ so spam/shittalk is deleted? I got tfs 0.2.5
Last edited: