Page 1 of 1
ConnectionsMessage
Posted: Thu Mar 01, 2012 12:34 am
by madcow
Hi Kent,
can you show me how to use "ConnectionsMessage" thru API please .. i don't know the syntax how to use it.
thank you
T
Re: ConnectionsMessage
Posted: Thu Mar 01, 2012 12:50 am
by Kent Briggs
madcow wrote:Hi Kent,
can you show me how to use "ConnectionsMessage" thru API please .. i don't know the syntax how to use it.
It takes two parameters: Message and SessionID. Message is just the text you want to send. A SessionID is the sequential number assigned to every new connection and is displayed on the Connections tab in the server console. It can be retrieved via the API using the ConnectionsGet or ConnectionsList commands.
Re: ConnectionsMessage
Posted: Thu Mar 01, 2012 11:44 am
by madcow
thank you Kent