Difference between revisions of "Lua:BroadCastMessage"

From Fortress Forever Wiki
Jump to navigationJump to search
(New page: {{Infobox manual/Header}} ==BroadCastMessage== Sends a large text message to everyone on the server. ===Usage=== <pre>BroadCastMessage(message)</pre> ===Input=== message(string) the mes...)
(No difference)

Revision as of 14:08, 11 May 2009


BroadCastMessage

Sends a large text message to everyone on the server.

Usage

BroadCastMessage(message)

Input

message(string) the message to display. Type in your own message, or use an entry from resource\FortressForever_english.txt

Output

Returns nothing

Example

BroadCastMessage("Welcome to the greatest map evar!!1!")