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
Need help with key sais error
Juby Away
Senior Member

Posts: 290
Threads: 2
Joined: May 2011
Reputation: 5
#5
RE: Need help with key sais error

My personal favorite way to do this:

void UsedKeyOnDoor(string &in Item, string &in Door)
{
SetSwingDoorLocked(Door, false, true);
PlaySoundAtEntity("", "unlock_door", Door, 0, false);
RemoveItem(Item);
}

so you can use it multiple times Smile

Insanity. Static.
03-01-2012, 07:01 AM
Find


Messages In This Thread
Need help with key sais error - by swapinamnesia - 02-29-2012, 11:48 PM
RE: Need help with key sais error - by Tanshaydar - 03-01-2012, 12:18 AM
RE: Need help with key sais error - by Tanshaydar - 03-01-2012, 01:30 AM
RE: Need help with key sais error - by Juby - 03-01-2012, 07:01 AM
RE: Need help with key sais error - by flamez3 - 03-01-2012, 07:08 AM
RE: Need help with key sais error - by Tanshaydar - 03-01-2012, 08:57 AM
RE: Need help with key sais error - by flamez3 - 03-01-2012, 09:08 AM



Users browsing this thread: 2 Guest(s)