Live Chat in rcon console?
#1

hey guyz,
Is it possible to make an rcon admin see the chat ?
Like this:
Код:
public OnPlayerText(playerid, text[])
{
  new string2[128];
  new name[MAX_PLAYER_NAME+1];
  GetPlayerName(playerid, name, sizeof(name));
  format(string2, sizeof(string), "%s[%i]: %s",name,playerid,text);
  print(string2);
  //but here I need something to send it to the rcon console !?
	return 0;
}
Hope you can help me.
Reply


Messages In This Thread
Live Chat in rcon console? - by SEC - 05.04.2009, 19:58
Re: Live Chat in rcon console? - by Sandra18[NL] - 05.04.2009, 20:06
Re: Live Chat in rcon console? - by SEC - 05.04.2009, 20:09
Re: Live Chat in rcon console? - by SEC - 05.04.2009, 20:42
Re: Live Chat in rcon console? - by friped93 - 05.04.2009, 20:53
Re: Live Chat in rcon console? - by SEC - 05.04.2009, 20:56
Re: Live Chat in rcon console? - by XeoN_13 - 05.04.2009, 20:57
Re: Live Chat in rcon console? - by friped93 - 05.04.2009, 20:57
Re: Live Chat in rcon console? - by SEC - 05.04.2009, 20:59
Re: Live Chat in rcon console? - by XeoN_13 - 05.04.2009, 20:59

Forum Jump:


Users browsing this thread: 1 Guest(s)