Difference between revisions of "TActivePlayer.Say"
(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.