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

C++ sendPrivateMessage help

Engradiel

Member
Joined
May 3, 2009
Messages
120
Reaction score
7
Location
Brazil
I use this in lua and works. But in c++ I don't know how to usi this code:
Lua:
sendChannelMessage(2, TALKTYPE_CHANNEL_O, param)

Can some one help me?

I want to send message to all players in specific channel
 
Last edited:
I use this in lua and works. But in c++ I don't know how to usi this code:
Lua:
sendChannelMessage(2, TALKTYPE_CHANNEL_O, param)

Can some one help me?

I want to send message to all players in specific channel
If you are unsure, the best option is to search the sources for other examples of how its used...
(^ This is TFS 1.4, make sure you're searching the github/sources for your repository/distro)
 
Back
Top