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
HPS DOSNT WORK WITH MAP
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#1
HPS DOSNT WORK WITH MAP

Hello i can't get why my hps dosnt work with my map

.LANG --->


<LANGUAGE>

<CATEGORY Name="CustomStoryMain">

<Entry Name="Description">You went out to take a walk but you gone lost , you found a house you knocked , no one open , but the door went open...you walk futher</Entry>

</CATEGORY>
<CATEGORY Name="Inventory">
<Entry Name="ItemName_Mansion Key">Mansion Key</Entry>
<Entry Name="ItemDesc_Mansion Key">The mansion door key</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_Key1_Name">this is madness</Entry>
<Entry Name="Note_Key1_Text">[WRITTEN IN BLOOD][br][br]If you read this / if anyone read this , Please help me!!!, some one has broken in to my office and he took everything i had....and he took me as a slave... HELP ME !!!!! </Entry>
</CATEGORY>

</LANGUAGE>

HPS -->


void Onstart()
{
AddUseItemCallback("", "Mansion Key", "Locked_door", "KeyOnDoor", true);
}

void KeyOnDoor(string &in asItem, string &in asEntity)

{
SetSwingDoorLocked("Locked_door", false, true);
PlaySoundAtEntity("", "unlock_door", "Locked_door", 0, false);
RemoveItem("Mansion Key");
}

http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
03-20-2012, 07:11 AM
Website Find


Messages In This Thread
HPS DOSNT WORK WITH MAP - by jessehmusic - 03-20-2012, 07:11 AM
RE: HPS DOSNT WORK WITH MAP - by DaAinGame - 03-20-2012, 07:16 AM
RE: HPS DOSNT WORK WITH MAP - by jessehmusic - 03-20-2012, 07:17 AM
RE: HPS DOSNT WORK WITH MAP - by DaAinGame - 03-20-2012, 07:34 AM
RE: HPS DOSNT WORK WITH MAP - by jessehmusic - 03-20-2012, 07:41 AM
RE: HPS DOSNT WORK WITH MAP - by flamez3 - 03-20-2012, 07:39 AM
RE: HPS DOSNT WORK WITH MAP - by DaAinGame - 03-20-2012, 07:44 AM
RE: HPS DOSNT WORK WITH MAP - by jessehmusic - 03-20-2012, 07:44 AM
RE: HPS DOSNT WORK WITH MAP - by DaAinGame - 03-20-2012, 07:48 AM
RE: HPS DOSNT WORK WITH MAP - by jessehmusic - 03-20-2012, 07:50 AM



Users browsing this thread: 1 Guest(s)