Lua:DisplayMessage

From Fortress Forever Wiki
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")