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
Message Won't appear at all.
Gilligan's Hell Offline
Posting Freak

Posts: 851
Threads: 17
Joined: Feb 2012
Reputation: 36
#1
Message Won't appear at all.

In a certain map in my mod i have scripted a message pop up to unnerve the player. I Added the script area, added the correct names and etc.

I Load the map and the message wont appear at all

from map script:
void OnStart()
{
AddEntityCollideCallback("Player", "Messagescare1", "Messagescare1", true, 1);
}

void Message1(string &in asEntity, int alState)
{
SetMessage("Messages", "Messagescare1", 4);
}


from extra_english file:
<Entry Name="Messagescare1">I Think... I'm being watched.</Entry>

Script Area: [Image: 0gbz27y.jpg]

The International Narcotics Traffic
(This post was last modified: 10-10-2013, 06:17 PM by Gilligan's Hell.)
10-10-2013, 06:17 PM
Find


Messages In This Thread
Message Won't appear at all. - by Gilligan's Hell - 10-10-2013, 06:17 PM
RE: Message Won't appear at all. - by Apfel - 10-10-2013, 07:16 PM
RE: Message Won't appear at all. - by blueberry - 10-10-2013, 07:56 PM



Users browsing this thread: 1 Guest(s)