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
Message in the middle of the screen
xtron Offline
Senior Member

Posts: 402
Threads: 37
Joined: May 2011
Reputation: 2
#1
Message in the middle of the screen

how to make a message appear in the middle of the screen when you enter the map?

[Image: 44917299.jpg]Dubstep <3
06-01-2011, 10:49 PM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#2
RE: Message in the middle of the screen

void SetMessage(string& asTextCategory, string& asTextEntry, float afTime);

Displays a message on the screen.

asTextCategory - the category in the .lang file
asTextEntry - the entry in the .lang file
afTime - determines how long the message is displayed. If time is < =0 then the life time is calculated based on string length.

For this and more -> http://wiki.frictionalgames.com/hpl2/amn..._functions

06-01-2011, 11:26 PM
Website Find




Users browsing this thread: 1 Guest(s)