void SocketSendString(int socket, string str)
Sends a string from the remote server to the local client, or from the local client to the remote server. Has many uses, from error messages, to text messages, to special commands.
// Some mean person abusing admin powers sends a KICKBAN message to the server to terminate Overkill's connection. // (Losers like him take up all his bandwidth.) SocketSendString(socket, "KICKBAN Overkill < Losers like him take up all my bandwidth.");
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |