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
#5
RE: How to isplays a text on the player's screen?

The thing below is wrong.

void what(string &in asParent , string &in asChild , int alState)
{
SetMessage("Hints", "Hint01", 2.0f");
}

It should be:

void what(string &in asParent , string &in asChild , int alState)
{
SetMessage("Hints", "Hint01", 2.0f);
}

07-08-2011, 09:23 PM
Find


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



Users browsing this thread: 1 Guest(s)