• 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!

Send Channel Message

Robson Dias

Member
Joined
Nov 13, 2017
Messages
23
Reaction score
11
Location
Brazil
Hello,

I'm trying to send a message to a custom channel with id 18 and I'm not having success.

Lua:
function onLogin(player)
player:openChannel( 18 )
player:sendChannelMessage( "", "Test messsage", TALKTYPE_CHANNEL_R1, 18 )
end
 
Back
Top