Author Topic: How do you talk to the console????  (Read 976 times)


You cant... it might be a admin chatting mod.

Talk TO? You can't, as it's not a chatbot or person.

Talk from? Type this into the console: talk("Hello everyone");


Tooie, don't type in blue text, or you will just piss everyone off.

Two Ways: talk("InsertMessageHere"); or the other way ServerCmdMessageSent(findclientbyname(insertclientnamehere),"InsertMessagehere"); <That lets you talk through people.

Two Ways: talk("InsertMessageHere"); or the other way ServerCmdMessageSent(findclientbyname(insertclientnamehere),"InsertMessagehere"); <That lets you talk through people.

Edit: The talk("InsertMessageHere"); makes you talk with the Console as the Creator, Better for Dedicated servers.