Author Topic: Dedicated CMD  (Read 523 times)

I have a Dedicated Server. But I would like to know how to talk through the dedicated prompt. Please Help Thanks


<Expl: Console:Hurry Save the Game>

messageAll('',"Your message here"); - Prints your message in red text
announce("Your message here"); - Prints your message in yellow
talk("Your Message here"); - Prints CONSOLE: in purple followed by your message in white

messageAll('',"Your message here"); - Prints your message in red text
announce("Your message here"); - Prints your message in yellow
talk("Your Message here"); - Prints CONSOLE: in purple followed by your message in white
Thanks SO Much