TActivePlayer.Tell

From Soldat Community Wiki
Revision as of 17:21, 1 July 2013 by Squiddy (talk | contribs) (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"> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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.