Es msg
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: es_xmsg [edit] DescriptionBroadcasts a text message to the chat area for every client. In Counter-Strike: Source it includes options for coloring the text. [edit] Parameters
[edit] Examples// sends a single message to everyone es_msg Hello World // Announces the gravity value es_msg The server's gravity is server_var(sv_gravity) // Announces in light green (CS:S only) es_msg #green Hello! // Announces in multi-color // outputs a multi-colored message es_msg #multi Change to#green green then change to#default default, then change to#lightgreen light green.
[edit] Notes
[edit] See also |
