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
Unexpected err {
mrjoshy12 Offline
Junior Member

Posts: 8
Threads: 1
Joined: Jul 2013
Reputation: 0
#15
RE: Unexpected err {

(07-16-2013, 11:24 AM)JustAnotherPlayer Wrote:
void UsedKeyOnDoor(string &in asItem, string &in asEntity)
{
    SetSwingDoorLocked("escape_room_door1", false, true);
     PlaySoundAtEntity("", "unlock_door", "escape_room_door1", 0, false);
     RemoveItem("escape_door_key1");
}

void UsedKeyOnDoor(string &in asItem, string &in asEntity)
{
    SetSwingDoorLocked("lol_door1", false, true);
     PlaySoundAtEntity("", "unlock_door", "lol_door1", 0, false);
     RemoveItem("lol_key1");
     PlayMusic("Without_You_.ogg", false, 1, 0, true);
}

Both functions have the same name.
oh, well thanks i'll try it

(07-16-2013, 11:24 AM)JustAnotherPlayer Wrote:
void UsedKeyOnDoor(string &in asItem, string &in asEntity)
{
    SetSwingDoorLocked("escape_room_door1", false, true);
     PlaySoundAtEntity("", "unlock_door", "escape_room_door1", 0, false);
     RemoveItem("escape_door_key1");
}

void UsedKeyOnDoor(string &in asItem, string &in asEntity)
{
    SetSwingDoorLocked("lol_door1", false, true);
     PlaySoundAtEntity("", "unlock_door", "lol_door1", 0, false);
     RemoveItem("lol_key1");
     PlayMusic("Without_You_.ogg", false, 1, 0, true);
}

Both functions have the same name.
ok once i used it errors came up so i will stick with ma old one
(This post was last modified: 07-16-2013, 11:36 AM by mrjoshy12.)
07-16-2013, 11:27 AM
Find


Messages In This Thread
Unexpected err { - by mrjoshy12 - 07-16-2013, 10:35 AM
RE: Unexpected err { - by No Author - 07-16-2013, 10:46 AM
RE: Unexpected err { - by Artyom - 07-16-2013, 10:49 AM
RE: Unexpected err { - by PutraenusAlivius - 07-16-2013, 10:50 AM
RE: Unexpected err { - by Artyom - 07-16-2013, 10:50 AM
RE: Unexpected err { - by No Author - 07-16-2013, 10:53 AM
RE: Unexpected err { - by Artyom - 07-16-2013, 10:55 AM
RE: Unexpected err { - by PutraenusAlivius - 07-16-2013, 10:56 AM
RE: Unexpected err { - by mrjoshy12 - 07-16-2013, 11:05 AM
RE: Unexpected err { - by PutraenusAlivius - 07-16-2013, 11:20 AM
RE: Unexpected err { - by mrjoshy12 - 07-16-2013, 11:22 AM
RE: Unexpected err { - by No Author - 07-16-2013, 11:09 AM
RE: Unexpected err { - by mrjoshy12 - 07-16-2013, 11:13 AM
RE: Unexpected err { - by PutraenusAlivius - 07-16-2013, 11:24 AM
RE: Unexpected err { - by mrjoshy12 - 07-16-2013, 11:27 AM
RE: Unexpected err { - by No Author - 07-16-2013, 11:38 AM
RE: Unexpected err { - by mrjoshy12 - 07-16-2013, 11:39 AM
RE: Unexpected err { - by No Author - 07-16-2013, 11:44 AM
RE: Unexpected err { - by The chaser - 07-16-2013, 11:47 AM
RE: Unexpected err { - by No Author - 07-16-2013, 11:51 AM
RE: Unexpected err { - by mrjoshy12 - 07-16-2013, 11:55 AM



Users browsing this thread: 1 Guest(s)