IRC Chat to Server Chat?
#6

Or that without the Cmd:

Код:
public IRC_OnUserSay(botid, recipient[], user[], host[], message[])
{
    new string[128];
    format(string, sizeof(string), "%s on Irc: %s", user, message);
    SendClientMessageToAll(WHITE, string);
	return 1;
}
Reply


Messages In This Thread
IRC Chat to Server Chat? - by Admigo - 30.01.2013, 16:38
Re: IRC Chat to Server Chat? - by ThePhenix - 30.01.2013, 16:52
Re: IRC Chat to Server Chat? - by Admigo - 30.01.2013, 17:30
Re: IRC Chat to Server Chat? - by kaisersouse - 30.01.2013, 17:33
Re: IRC Chat to Server Chat? - by Admigo - 30.01.2013, 20:26
AW: IRC Chat to Server Chat? - by Blackazur - 30.01.2013, 20:29

Forum Jump:


Users browsing this thread: 1 Guest(s)