The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
Messages don't show up :(
mrscoomich Offline
Member

Posts: 55
Threads: 6
Joined: Mar 2012
Reputation: 0
#1
Messages don't show up :(

When I test it through the custom story list,
I have added this:

void OnStart()
{
AddTimer("", 1, "Msg");
}


void Msg(string &in asTimer)
{
StartEffectEmotionFlash("Fade", "First", "");
PlaySoundAtEntity("", "react_breath_slow.snt", "Player", 0, false);
PlaySoundAtEntity("", "react_scare", "Player", 0, false);
}

**********

The bold letters above are the trouble I have. After the timer occurs, the screen does the white flash but the message does not show up.

Here is the .lang script:



"There is only one happiness in this life, to love and be loved.[br][br] But I lived in the darkness."


How do you make it show up on the screen ?
(This post was last modified: 04-19-2012, 12:46 AM by mrscoomich.)
04-19-2012, 12:03 AM
Find


Messages In This Thread
Messages don't show up :( - by mrscoomich - 04-19-2012, 12:03 AM
RE: Messages don't show up :( - by jamessnk1 - 04-19-2012, 12:24 AM
RE: Messages don't show up :( - by mrscoomich - 04-19-2012, 12:31 AM
RE: Messages don't show up :( - by jamessnk1 - 04-19-2012, 12:40 AM
RE: Messages don't show up :( - by mrscoomich - 04-19-2012, 12:45 AM
RE: Messages don't show up :( - by jamessnk1 - 04-19-2012, 12:48 AM



Users browsing this thread: 1 Guest(s)