Difference between revisions of "TActivePlayer.Tell"
(Created page with " '''''procedure Tell(Text: string)''''' Text: message to be sent to player. ==Description== Sends a /say message to a player. == Example == <syntaxhighlight lang="pascal"> ...") |
(No difference)
|
Latest revision as of 16:21, 1 July 2013
procedure Tell(Text: string) Text: message to be sent to player.
Description
Sends a /say message to a player.
Example
Players[1].Tell('Yo man!'); //sends "Yo man!" to player 1.