VictorOtInfinit
Member
- Joined
- Mar 14, 2020
- Messages
- 139
- Solutions
- 3
- Reaction score
- 11
I created a loot channel, but i need to put the mensage in there, but i cant find where my loot msg is displayed to modify...
Using tfs 1.3
Using tfs 1.3
player:sendChannelMessage("",MESSAGE_LOOT, TALKTYPE_CHANNEL_O, writelootchannelidhere)monster.luaknow i see, i'm trying to send to another channel like this:data\events\scripts\monster.lua
player:sendChannelMessage(player,MESSAGE_LOOT, TALKTYPE_CHANNEL_O, CHANNEL_LOOT)
player:sendChannelMessage("",MESSAGE_LOOT, TALKTYPE_CHANNEL_O, writelootchannelidhere)monster.luaworked, ty very much!!!!!!!!!!!!!player:sendChannelMessage("",MESSAGE_LOOT, TALKTYPE_CHANNEL_O, writelootchannelidhere)
If it didn't work then post yourmonster.lua
player:sendChannelMessage(author, text, type, channelId)