20.01.2013, 22:21
Hello Guys, how to make that Players in the Server, see what Players write on the IRC Chat? Like "Player X [IRC]: blabla"
public IRC_OnUserSay(botid, recipient[], user[], host[], message[]) { new string[128]; format(string, sizeof(string), "[IRC] %s: %s", user, message); SendClientMessageToAll(YOUR_COLOR_HERE, string); return 1; }