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

Any idea how to safly open a chat tap?

epsilon2

New Member
Joined
Feb 20, 2009
Messages
26
Reaction score
0
I have the following basis:

Lua:
function closeChannel(name)
--modules.game_console.removeTab(name)
--modules.game_console.addTab(name)
g_game.joinChannel( getChannelId(name))
--modules.game_console.addChannel(tr(name), 98)
end

closeChannel("Events")
closeChannel("Trade")

Mostly i get an tap but no text from server.

How to change this ?
 
Back
Top