Frodos
Junior Member
Posts: 28
Threads: 7
Joined: Sep 2012
Reputation:
0
|
RE: Problem with "extra_english.lang"
I've done everything you guys have suggested, I fixed all the quotations and I fixed the Entry Name section, although it still does not 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 file:
void DoorLockedPlayer(string &in entity)
{
if(GetSwingDoorLocked("roomone") == true)
{
SetMessage("Messages", "lockeddoor", 0);
}
}
Also note that in the hps file, that is ALL I have. That's the only thing in the hps file, nothing else, is there something else that should be in there? Is that my problem?
Veteran Writer
Need help with your CS plot? PM me!
Noob Scripter, need help PM me.
|
|
09-03-2012, 03:56 AM |
|