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
Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)
Frodos Offline
Junior Member

Posts: 28
Threads: 7
Joined: Sep 2012
Reputation: 0
#25
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie)

Opps sorry, I forgot to add, I did try yours as well, it did not work either.

Edit: You probably think I messed up somewhere, but I truthfully have followed all your instructions, most recent being Statyk, this is a direct copy and paste of my files and it still doesn't work.

extra_english.lang



<LANGUAGE>
<CATEGORY Name="Messages">
<Entry Name="lockeddoor">The door is locked from the outside, maybe there is another way out of here.
</Entry>
</CATEGORY>
</LANGUAGE>

hps:



void OnStart()
{

}




void DoorLockedMessage(string &in asEntity)
{
SetMessage("Messages", "lockeddoor", 0);
}

Veteran Writer

Need help with your CS plot? PM me!

Noob Scripter, need help PM me.




(This post was last modified: 09-07-2012, 02:04 AM by Frodos.)
09-07-2012, 01:58 AM
Find


Messages In This Thread
RE: Problem with "extra_english.lang" - by Zaffre - 09-03-2012, 01:58 AM
RE: Problem with "extra_english.lang" - by Frodos - 09-03-2012, 02:26 AM
RE: Problem with "extra_english.lang" - by Zaffre - 09-03-2012, 02:53 AM
RE: Problem with "extra_english.lang" - by Frodos - 09-03-2012, 03:56 AM
RE: Problem with "extra_english.lang" - by Zaffre - 09-03-2012, 04:22 AM
RE: Problem with "extra_english.lang" - by Frodos - 09-03-2012, 04:29 AM
RE: Problem with "extra_english.lang" - by Zaffre - 09-03-2012, 04:20 PM
RE: Problem with "extra_english.lang" - by Frodos - 09-03-2012, 11:05 PM
RE: Problem with "extra_english.lang" - by Zaffre - 09-03-2012, 11:11 PM
RE: Problem with "extra_english.lang" - by Frodos - 09-03-2012, 11:13 PM
RE: Locked Door Message not Working, Help Needed. (Awarding Virtual Cookie) - by Frodos - 09-07-2012, 01:58 AM



Users browsing this thread: 3 Guest(s)