• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[TFS 1.3] How to Remove Words from Players When Say a TalkAction

Yan18

Member
Joined
Jun 14, 2014
Messages
104
Solutions
3
Reaction score
17
Hello folks

I want to know how to "hide" or don't show words when a player says a talkactions.

For example, a player says "!online" and the comand "!online" cannot show at the screen. Other players can't see the comand from another player.
 
Solution
add return false before the last end of talkactions/online.lua
I'm not sure if there's something you can change in talkactions.xml to avoid going through each file
add return false before the last end of talkactions/online.lua
I'm not sure if there's something you can change in talkactions.xml to avoid going through each file
Return False works! It solved my problem!

Thanks bro!
 
Back
Top