Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to isplays a text on the player's screen?
Kyle Offline
Posting Freak

Posts: 911
Threads: 36
Joined: Sep 2010
Reputation: 7
#2
RE: How to isplays a text on the player's screen?

SetMessage("CategoryName", "TextName", [TimeItIsDisplayed]);

Example:

SetMessage("Hints", "Hint01", 3);

<LANGUAGE>
<CATEGORY Name="Hints">
<Entry Name="Hint01">This is a message.</Entry>
</CATEGORY>
</LANGUAGE>

(This post was last modified: 07-08-2011, 06:52 PM by Kyle.)
07-08-2011, 06:51 PM
Find


Messages In This Thread
RE: How to isplays a text on the player's screen? - by Kyle - 07-08-2011, 06:51 PM



Users browsing this thread: 1 Guest(s)