Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

API Class: Tools.NotifyAllPlayers()

D1G1T4L3CH0 edited this page Feb 12, 2015 · 5 revisions

Summary

Notifies all players on the server with a message displayed in the chat window.

Arguments

void NotifyAllPlayers(string message, Color color, bool writeToConsole = true)

Example(s)

Lua
Write "Hello World!" in chat window in RED and also write it in the console.

Tools.NotifyAllPlayers("Hello World!", Color.Red, true)
Clone this wiki locally