Quote:
Originally Posted by xXziroXx
So, the Client RC is usuable on any server? If so, how?
|
Client-RC works on every server yes, but these new features currently do not.
You can start Client-RC using:
PHP Code:
requesttext("clientrc", 1);
After, you can use sendtorc() clientside to feed RC chat. To receive RC chat:
PHP Code:
function onRCChat(temp.text)
{
//
}
Similarly you can use requesttext(texttype, textoption); and sendtext(texttype, textoption, textlines); to send commands and use the following to get the results:
PHP Code:
function onReceiveText(temp.texttype, temp.textoption, temp.textlines)
{
//
}