Lua:DisplayMessage

From Fortress Forever Wiki
Revision as of 13:51, 11 May 2009 by Crazycarl (talk | contribs) (New page: {{Infobox manual/Header}} ==DisplayMessage== Triggers a hint pop-up on the player's screen. The player must have hints enabled to see it. ===Usage=== <pre>DisplayMessage(player, string)<...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


DisplayMessage

Triggers a hint pop-up on the player's screen. The player must have hints enabled to see it.

Usage

DisplayMessage(player, string)

Input

  • player(CFFPlayer) The player to receive the hint
  • string(string) The text to display. Type in your own helpful message or use an entry from resource\FortressForever_english.txt.

Output

Returns: nothing

Example

DisplayMessage( player,"#FF_HINT_INTRO_HINT")