Difference between revisions of "TActivePlayer.Say"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''procedure Say(Text: string)''''' Text: message to be sent to player. ==Description== Sends a /say message to a player. == Example == <syntaxhighlight lang="pascal"> P...")
(No difference)

Revision as of 14:56, 1 July 2013

procedure Say(Text: string)
 Text: message to be sent to player.

Description

Sends a /say message to a player.

Example

Players[1].Say('Yo man!'); //sends "Yo man!" to player 1.