30.01.2013, 20:29
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; }