• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

C++ sendPrivateMessage help

Engradiel

Member
Joined
May 3, 2009
Messages
175
Solutions
1
Reaction score
20
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